#C35230

Color #C35230 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C35230

Tints of Trinidad #C35230

Color information

#C35230 (or 0xC35230) is unknown color: approx Trinidad. HEX triplet: C3, 52 and 30. RGB value is (195,82,48). Sum of RGB (Red+Green+Blue) = 195+82+48=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C35230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35230 is #3CADCF. Grayscale: #707070. Windows color (decimal): -3976656 or 3166915. OLE color: 3166915.

HSL color Cylindrical-coordinate representation of color #C35230: hue angle of 13.88º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C35230 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1958248-
CMYK00.580.750.24
HSL13.88º60.49%47.65%-
HSV(B)13.88º75.38%76.47%-
XYZ26.0617.854.87-
YUV111.9191.94187.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 60%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 48 (19.14% from 255) = 14.77%
R=60%
G=25.23%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195824800.580.750.2413.8860.4947.65
HexC3523003A4B18e3c30
Octal3031226007211330167460
Binary11000011101001011000001110101001011110001110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35230; }

 p { color: rgb(195,82,48); }

 H1.HeaderClassName
 {
   color: #C35230;
 }
 .AnyTagClassName
 {
   color: #C35230;
 }
</style>
background-color css

<style>
 a { background-color: #C35230; }

 a { background-color: rgb(195,82,48); }

 div.DivClassName
 {
   background-color: #C35230;
 }
 .BgClassName
 {
   background-color: #C35230;
 }
</style>
border-color css

<style>
 span { border-color: #C35230; }

 span { border-color: rgb(195,82,48); }

 td.TdClassName
 {
   border-color: #C35230;
 }
 .TagClassName
 {
   border-color: #C35230;
 }
</style>