Html Css Color HEX #C95532 Trinidad

📋 copy color: '#C95532'

red 201 ◦ green 85 ◦ blue 50

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

Shades of Trinidad #C95532

Tints of Trinidad #C95532

RGB

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

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

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

R = 59.82%
G = 25.3%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C95532 (or 0xC95532) is known color: Trinidad. HEX triplet: C9, 55 and 32. RGB value is (201,85,50). Sum of RGB (Red+Green+Blue) = 201+85+50=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C95532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95532 is #36AACD. Grayscale: #737373. Windows color (decimal): -3582670 or 3298761. OLE color: 3298761.

HSL color Cylindrical-coordinate representation of color #C95532: hue angle of 13.91º 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 #C95532 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 85 50 -
CMYK 0 0.58 0.75 0.21
HSL 13.91º 0.6% 0.49% -
HSV(B) 13.91º 0.75% 0.79% -
XYZ 27.91 19.14 5.24 -
YUV 115.69 90.93 188.85 -
System Red Green Blue C M Y K H S L
Decimal 201 85 50 0 0.58 0.75 0.21 13.91 0.6 0.49
Hex C9 55 32 0 3A 4B 15 E 3C 31
Octal 311 125 62 0 72 113 25 16 74 61
Binary 11001001 1010101 110010 0 111010 1001011 10101 1110 111100 110001

Color Harmonies of #C95532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95532

Black with #C95532

Text Example


Text Example

White with #C95532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95532; }

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

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

background-color css

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

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

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

border-color css

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

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

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