Html Css Color HEX #C95739 Trinidad

📋 copy color: '#C95739'

red 201 ◦ green 87 ◦ blue 57

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

Shades of Trinidad #C95739

Tints of Trinidad #C95739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.52%

R = 58.26%
G = 25.22%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C95739 (or 0xC95739) is known color: Trinidad. HEX triplet: C9, 57 and 39. RGB value is (201,87,57). Sum of RGB (Red+Green+Blue) = 201+87+57=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C95739 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95739 is #36A8C6. Grayscale: #757575. Windows color (decimal): -3582151 or 3758025. OLE color: 3758025.

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

Color convert

RGB 201 87 57 -
CMYK 0 0.57 0.72 0.21
HSL 12.5º 0.57% 0.51% -
HSV(B) 12.5º 0.72% 0.79% -
XYZ 28.23 19.53 6.15 -
YUV 117.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 201 87 57 0 0.57 0.72 0.21 12.5 0.57 0.51
Hex C9 57 39 0 39 48 15 C 39 33
Octal 311 127 71 0 71 110 25 14 71 63
Binary 11001001 1010111 111001 0 111001 1001000 10101 1100 111001 110011

Color Harmonies of #C95739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95739

Black with #C95739

Text Example


Text Example

White with #C95739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95739; }

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

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

background-color css

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

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

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

border-color css

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

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

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