Html Css Color HEX #C95520 Trinidad

📋 copy color: '#C95520'

red 201 ◦ green 85 ◦ blue 32

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

Shades of Trinidad #C95520

Tints of Trinidad #C95520

RGB

 RED value IS 201 (78.91% from 255) = 63.21%

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

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

R = 63.21%
G = 26.73%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C95520 (or 0xC95520) is known color: Trinidad. HEX triplet: C9, 55 and 20. RGB value is (201,85,32). Sum of RGB (Red+Green+Blue) = 201+85+32=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C95520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95520 is #36AADF. Grayscale: #717171. Windows color (decimal): -3582688 or 2119113. OLE color: 2119113.

HSL color Cylindrical-coordinate representation of color #C95520: hue angle of 18.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C95520 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 85 32 -
CMYK 0 0.58 0.84 0.21
HSL 18.82º 0.73% 0.46% -
HSV(B) 18.82º 0.84% 0.79% -
XYZ 27.6 19.02 3.58 -
YUV 113.64 81.93 190.31 -
System Red Green Blue C M Y K H S L
Decimal 201 85 32 0 0.58 0.84 0.21 18.82 0.73 0.46
Hex C9 55 20 0 3A 54 15 13 49 2E
Octal 311 125 40 0 72 124 25 23 111 56
Binary 11001001 1010101 100000 0 111010 1010100 10101 10011 1001001 101110

Color Harmonies of #C95520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95520

Black with #C95520

Text Example


Text Example

White with #C95520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95520; }

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

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

background-color css

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

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

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

border-color css

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

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

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