Html Css Color HEX #C75236 Trinidad

📋 copy color: '#C75236'

red 199 ◦ green 82 ◦ blue 54

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

Shades of Trinidad #C75236

Tints of Trinidad #C75236

RGB

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

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

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

R = 59.4%
G = 24.48%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C75236 (or 0xC75236) is known color: Trinidad. HEX triplet: C7, 52 and 36. RGB value is (199,82,54). Sum of RGB (Red+Green+Blue) = 199+82+54=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C75236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75236 is #38ADC9. Grayscale: #727272. Windows color (decimal): -3714506 or 3560135. OLE color: 3560135.

HSL color Cylindrical-coordinate representation of color #C75236: hue angle of 11.59º 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 #C75236 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 82 54 -
CMYK 0 0.59 0.73 0.22
HSL 11.59º 0.57% 0.5% -
HSV(B) 11.59º 0.73% 0.78% -
XYZ 27.24 18.44 5.61 -
YUV 113.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 199 82 54 0 0.59 0.73 0.22 11.59 0.57 0.5
Hex C7 52 36 0 3B 49 16 C 39 32
Octal 307 122 66 0 73 111 26 14 71 62
Binary 11000111 1010010 110110 0 111011 1001001 10110 1100 111001 110010

Color Harmonies of #C75236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75236

Black with #C75236

Text Example


Text Example

White with #C75236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75236; }

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

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

background-color css

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

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

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

border-color css

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

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

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