Html Css Color HEX #C95032 Trinidad

📋 copy color: '#C95032'

red 201 ◦ green 80 ◦ blue 50

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

Shades of Trinidad #C95032

Tints of Trinidad #C95032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

 BLUE value IS 50 (19.92% from 255) = 15.11%

R = 60.73%
G = 24.17%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C95032 (or 0xC95032) is known color: Trinidad. HEX triplet: C9, 50 and 32. RGB value is (201,80,50). Sum of RGB (Red+Green+Blue) = 201+80+50=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C95032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95032 is #36AFCD. Grayscale: #717171. Windows color (decimal): -3583950 or 3297481. OLE color: 3297481.

HSL color Cylindrical-coordinate representation of color #C95032: hue angle of 11.92º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C95032 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 80 50 -
CMYK 0 0.60 0.75 0.21
HSL 11.92º 0.6% 0.49% -
HSV(B) 11.92º 0.75% 0.79% -
XYZ 27.53 18.39 5.12 -
YUV 112.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 201 80 50 0 0.60 0.75 0.21 11.92 0.6 0.49
Hex C9 50 32 0 3C 4B 15 C 3C 31
Octal 311 120 62 0 74 113 25 14 74 61
Binary 11001001 1010000 110010 0 111100 1001011 10101 1100 111100 110001

Color Harmonies of #C95032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95032

Black with #C95032

Text Example


Text Example

White with #C95032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95032; }

 p { color: rgb(201,80,50); }

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

background-color css

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

 a { background-color: rgb(201,80,50); }

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

border-color css

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

 span { border-color: rgb(201,80,50); }

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