Html Css Color HEX #CA5529 Trinidad

📋 copy color: '#CA5529'

red 202 ◦ green 85 ◦ blue 41

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

Shades of Trinidad #CA5529

Tints of Trinidad #CA5529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.5%

R = 61.59%
G = 25.91%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA5529 (or 0xCA5529) is known color: Trinidad. HEX triplet: CA, 55 and 29. RGB value is (202,85,41). Sum of RGB (Red+Green+Blue) = 202+85+41=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5529 is #35AAD6. Grayscale: #737373. Windows color (decimal): -3517143 or 2708938. OLE color: 2708938.

HSL color Cylindrical-coordinate representation of color #CA5529: hue angle of 16.4º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA5529 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 85 41 -
CMYK 0 0.58 0.80 0.21
HSL 16.4º 0.66% 0.48% -
HSV(B) 16.4º 0.8% 0.79% -
XYZ 28.01 19.21 4.33 -
YUV 114.97 86.26 190.08 -
System Red Green Blue C M Y K H S L
Decimal 202 85 41 0 0.58 0.80 0.21 16.4 0.66 0.48
Hex CA 55 29 0 3A 50 15 10 42 30
Octal 312 125 51 0 72 120 25 20 102 60
Binary 11001010 1010101 101001 0 111010 1010000 10101 10000 1000010 110000

Color Harmonies of #CA5529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5529

Black with #CA5529

Text Example


Text Example

White with #CA5529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5529; }

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

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

background-color css

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

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

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

border-color css

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

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

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