#CD5335

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

Shades of Trinidad #CD5335

Tints of Trinidad #CD5335

Color information

#CD5335 (or 0xCD5335) is unknown color: approx Trinidad. HEX triplet: CD, 53 and 35. RGB value is (205,83,53). Sum of RGB (Red+Green+Blue) = 205+83+53=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5335 is #32ACCA. Grayscale: #747474. Windows color (decimal): -3321035 or 3494861. OLE color: 3494861.

HSL color Cylindrical-coordinate representation of color #CD5335: hue angle of 11.84º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD5335 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB2058353-
CMYK00.600.740.20
HSL11.84º60.32%50.59%-
HSV(B)11.84º74.15%80.39%-
XYZ28.9119.425.59-
YUV116.0692.42191.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 60.12%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 53 (21.09% from 255) = 15.54%
R=60.12%
G=24.34%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205835300.600.740.2011.8460.3250.59
HexCD533503C4A14c3c33
Octal3151236507411224147463
Binary11001101101001111010101111001001010101001100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5335; }

 p { color: rgb(205,83,53); }

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

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

 a { background-color: rgb(205,83,53); }

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

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

 span { border-color: rgb(205,83,53); }

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