Html Css Color HEX #C55729 Trinidad

📋 copy color: '#C55729'

red 197 ◦ green 87 ◦ blue 41

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

Shades of Trinidad #C55729

Tints of Trinidad #C55729

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

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

R = 60.62%
G = 26.77%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C55729 (or 0xC55729) is known color: Trinidad. HEX triplet: C5, 57 and 29. RGB value is (197,87,41). Sum of RGB (Red+Green+Blue) = 197+87+41=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C55729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55729 is #3AA8D6. Grayscale: #727272. Windows color (decimal): -3844311 or 2709445. OLE color: 2709445.

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

Color convert

RGB 197 87 41 -
CMYK 0 0.56 0.79 0.23
HSL 17.69º 0.66% 0.47% -
HSV(B) 17.69º 0.79% 0.77% -
XYZ 26.83 18.85 4.32 -
YUV 114.65 86.44 186.74 -
System Red Green Blue C M Y K H S L
Decimal 197 87 41 0 0.56 0.79 0.23 17.69 0.66 0.47
Hex C5 57 29 0 38 4F 17 12 42 2F
Octal 305 127 51 0 70 117 27 22 102 57
Binary 11000101 1010111 101001 0 111000 1001111 10111 10010 1000010 101111

Color Harmonies of #C55729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55729

Black with #C55729

Text Example


Text Example

White with #C55729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55729; }

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

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

background-color css

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

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

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

border-color css

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

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

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