Html Css Color HEX #CA5520 Trinidad

📋 copy color: '#CA5520'

red 202 ◦ green 85 ◦ blue 32

#CA5520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #CA5520

Tints of Trinidad #CA5520

RGB

 RED value IS 202 (79.3% from 255) = 63.32%

 GREEN value IS 85 (33.59% from 255) = 26.65%

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 63.32%
G = 26.65%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA5520 (or 0xCA5520) is known color: Trinidad. HEX triplet: CA, 55 and 20. RGB value is (202,85,32). Sum of RGB (Red+Green+Blue) = 202+85+32=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5520 is #35AADF. Grayscale: #727272. Windows color (decimal): -3517152 or 2119114. OLE color: 2119114.

HSL color Cylindrical-coordinate representation of color #CA5520: hue angle of 18.71º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA5520 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 85 32 -
CMYK 0 0.58 0.84 0.21
HSL 18.71º 0.73% 0.46% -
HSV(B) 18.71º 0.84% 0.79% -
XYZ 27.87 19.16 3.6 -
YUV 113.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 202 85 32 0 0.58 0.84 0.21 18.71 0.73 0.46
Hex CA 55 20 0 3A 54 15 13 49 2E
Octal 312 125 40 0 72 124 25 23 111 56
Binary 11001010 1010101 100000 0 111010 1010100 10101 10011 1001001 101110

Color Harmonies of #CA5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5520

Black with #CA5520

Text Example


Text Example

White with #CA5520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5520; }

 p { color: rgb(202,85,32); }

 H1.HeaderClassName
 {
   color: #CA5520;
 }
 .AnyTagClassName
 {
   color: #CA5520;
 }
</style>

background-color css

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

 a { background-color: rgb(202,85,32); }

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

border-color css

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

 span { border-color: rgb(202,85,32); }

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