Html Css Color HEX #C55229 Trinidad

📋 copy color: '#C55229'

red 197 ◦ green 82 ◦ blue 41

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

Shades of Trinidad #C55229

Tints of Trinidad #C55229

RGB

 RED value IS 197 (77.34% from 255) = 61.56%

 GREEN value IS 82 (32.42% from 255) = 25.63%

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

R = 61.56%
G = 25.63%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C55229 (or 0xC55229) is known color: Trinidad. HEX triplet: C5, 52 and 29. RGB value is (197,82,41). Sum of RGB (Red+Green+Blue) = 197+82+41=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C55229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55229 is #3AADD6. Grayscale: #6F6F6F. Windows color (decimal): -3845591 or 2708165. OLE color: 2708165.

HSL color Cylindrical-coordinate representation of color #C55229: hue angle of 15.77º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C55229 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 41 -
CMYK 0 0.58 0.79 0.23
HSL 15.77º 0.66% 0.47% -
HSV(B) 15.77º 0.79% 0.77% -
XYZ 26.44 18.07 4.19 -
YUV 111.71 88.1 188.83 -
System Red Green Blue C M Y K H S L
Decimal 197 82 41 0 0.58 0.79 0.23 15.77 0.66 0.47
Hex C5 52 29 0 3A 4F 17 10 42 2F
Octal 305 122 51 0 72 117 27 20 102 57
Binary 11000101 1010010 101001 0 111010 1001111 10111 10000 1000010 101111

Color Harmonies of #C55229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55229

Black with #C55229

Text Example


Text Example

White with #C55229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55229; }

 p { color: rgb(197,82,41); }

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

background-color css

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

 a { background-color: rgb(197,82,41); }

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

border-color css

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

 span { border-color: rgb(197,82,41); }

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