Html Css Color HEX #C95737 Trinidad

📋 copy color: '#C95737'

red 201 ◦ green 87 ◦ blue 55

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

Shades of Trinidad #C95737

Tints of Trinidad #C95737

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.36%

 BLUE value IS 55 (21.88% from 255) = 16.03%

R = 58.6%
G = 25.36%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C95737 (or 0xC95737) is known color: Trinidad. HEX triplet: C9, 57 and 37. RGB value is (201,87,55). Sum of RGB (Red+Green+Blue) = 201+87+55=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C95737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95737 is #36A8C8. Grayscale: #757575. Windows color (decimal): -3582153 or 3626953. OLE color: 3626953.

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

Color convert

RGB 201 87 55 -
CMYK 0 0.57 0.73 0.21
HSL 13.15º 0.57% 0.5% -
HSV(B) 13.15º 0.73% 0.79% -
XYZ 28.19 19.51 5.89 -
YUV 117.44 92.77 187.6 -
System Red Green Blue C M Y K H S L
Decimal 201 87 55 0 0.57 0.73 0.21 13.15 0.57 0.5
Hex C9 57 37 0 39 49 15 D 39 32
Octal 311 127 67 0 71 111 25 15 71 62
Binary 11001001 1010111 110111 0 111001 1001001 10101 1101 111001 110010

Color Harmonies of #C95737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95737

Black with #C95737

Text Example


Text Example

White with #C95737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95737; }

 p { color: rgb(201,87,55); }

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

background-color css

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

 a { background-color: rgb(201,87,55); }

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

border-color css

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

 span { border-color: rgb(201,87,55); }

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