Html Css Color HEX #C75636 Trinidad

📋 copy color: '#C75636'

red 199 ◦ green 86 ◦ blue 54

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

Shades of Trinidad #C75636

Tints of Trinidad #C75636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.93%

R = 58.7%
G = 25.37%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C75636 (or 0xC75636) is known color: Trinidad. HEX triplet: C7, 56 and 36. RGB value is (199,86,54). Sum of RGB (Red+Green+Blue) = 199+86+54=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C75636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75636 is #38A9C9. Grayscale: #747474. Windows color (decimal): -3713482 or 3561159. OLE color: 3561159.

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

Color convert

RGB 199 86 54 -
CMYK 0 0.57 0.73 0.22
HSL 13.24º 0.57% 0.5% -
HSV(B) 13.24º 0.73% 0.78% -
XYZ 27.55 19.06 5.72 -
YUV 116.14 92.94 187.1 -
System Red Green Blue C M Y K H S L
Decimal 199 86 54 0 0.57 0.73 0.22 13.24 0.57 0.5
Hex C7 56 36 0 39 49 16 D 39 32
Octal 307 126 66 0 71 111 26 15 71 62
Binary 11000111 1010110 110110 0 111001 1001001 10110 1101 111001 110010

Color Harmonies of #C75636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75636

Black with #C75636

Text Example


Text Example

White with #C75636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75636; }

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

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

background-color css

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

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

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

border-color css

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

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

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