Html Css Color HEX #C75637 Trinidad

📋 copy color: '#C75637'

red 199 ◦ green 86 ◦ blue 55

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

Shades of Trinidad #C75637

Tints of Trinidad #C75637

RGB

 RED value IS 199 (78.13% from 255) = 58.53%

 GREEN value IS 86 (33.98% from 255) = 25.29%

 BLUE value IS 55 (21.88% from 255) = 16.18%

R = 58.53%
G = 25.29%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C75637 (or 0xC75637) is known color: Trinidad. HEX triplet: C7, 56 and 37. RGB value is (199,86,55). Sum of RGB (Red+Green+Blue) = 199+86+55=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C75637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75637 is #38A9C8. Grayscale: #747474. Windows color (decimal): -3713481 or 3626695. OLE color: 3626695.

HSL color Cylindrical-coordinate representation of color #C75637: hue angle of 12.92º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C75637 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 86 55 -
CMYK 0 0.57 0.72 0.22
HSL 12.92º 0.57% 0.5% -
HSV(B) 12.92º 0.72% 0.78% -
XYZ 27.57 19.07 5.84 -
YUV 116.25 93.44 187.02 -
System Red Green Blue C M Y K H S L
Decimal 199 86 55 0 0.57 0.72 0.22 12.92 0.57 0.5
Hex C7 56 37 0 39 48 16 D 39 32
Octal 307 126 67 0 71 110 26 15 71 62
Binary 11000111 1010110 110111 0 111001 1001000 10110 1101 111001 110010

Color Harmonies of #C75637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75637

Black with #C75637

Text Example


Text Example

White with #C75637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75637; }

 p { color: rgb(199,86,55); }

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

background-color css

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

 a { background-color: rgb(199,86,55); }

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

border-color css

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

 span { border-color: rgb(199,86,55); }

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