Html Css Color HEX #C55429 Trinidad

📋 copy color: '#C55429'

red 197 ◦ green 84 ◦ blue 41

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

Shades of Trinidad #C55429

Tints of Trinidad #C55429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.09%

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

R = 61.18%
G = 26.09%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C55429 (or 0xC55429) is known color: Trinidad. HEX triplet: C5, 54 and 29. RGB value is (197,84,41). Sum of RGB (Red+Green+Blue) = 197+84+41=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C55429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55429 is #3AABD6. Grayscale: #717171. Windows color (decimal): -3845079 or 2708677. OLE color: 2708677.

HSL color Cylindrical-coordinate representation of color #C55429: hue angle of 16.54º 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 #C55429 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 84 41 -
CMYK 0 0.57 0.79 0.23
HSL 16.54º 0.66% 0.47% -
HSV(B) 16.54º 0.79% 0.77% -
XYZ 26.6 18.37 4.24 -
YUV 112.89 87.44 188 -
System Red Green Blue C M Y K H S L
Decimal 197 84 41 0 0.57 0.79 0.23 16.54 0.66 0.47
Hex C5 54 29 0 39 4F 17 11 42 2F
Octal 305 124 51 0 71 117 27 21 102 57
Binary 11000101 1010100 101001 0 111001 1001111 10111 10001 1000010 101111

Color Harmonies of #C55429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55429

Black with #C55429

Text Example


Text Example

White with #C55429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55429; }

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

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

background-color css

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

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

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

border-color css

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

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

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