Html Css Color HEX #C75520 Trinidad

📋 copy color: '#C75520'

red 199 ◦ green 85 ◦ blue 32

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

Shades of Trinidad #C75520

Tints of Trinidad #C75520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

 BLUE value IS 32 (12.89% from 255) = 10.13%

R = 62.97%
G = 26.9%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C75520 (or 0xC75520) is known color: Trinidad. HEX triplet: C7, 55 and 20. RGB value is (199,85,32). Sum of RGB (Red+Green+Blue) = 199+85+32=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C75520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75520 is #38AADF. Grayscale: #717171. Windows color (decimal): -3713760 or 2119111. OLE color: 2119111.

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

Color convert

RGB 199 85 32 -
CMYK 0 0.57 0.84 0.22
HSL 19.04º 0.72% 0.45% -
HSV(B) 19.04º 0.84% 0.78% -
XYZ 27.06 18.74 3.56 -
YUV 113.04 82.27 189.31 -
System Red Green Blue C M Y K H S L
Decimal 199 85 32 0 0.57 0.84 0.22 19.04 0.72 0.45
Hex C7 55 20 0 39 54 16 13 48 2D
Octal 307 125 40 0 71 124 26 23 110 55
Binary 11000111 1010101 100000 0 111001 1010100 10110 10011 1001000 101101

Color Harmonies of #C75520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75520

Black with #C75520

Text Example


Text Example

White with #C75520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75520; }

 p { color: rgb(199,85,32); }

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

background-color css

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

 a { background-color: rgb(199,85,32); }

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

border-color css

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

 span { border-color: rgb(199,85,32); }

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