Html Css Color HEX #C95635 Trinidad

📋 copy color: '#C95635'

red 201 ◦ green 86 ◦ blue 53

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

Shades of Trinidad #C95635

Tints of Trinidad #C95635

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.29%

 BLUE value IS 53 (21.09% from 255) = 15.59%

R = 59.12%
G = 25.29%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C95635 (or 0xC95635) is known color: Trinidad. HEX triplet: C9, 56 and 35. RGB value is (201,86,53). Sum of RGB (Red+Green+Blue) = 201+86+53=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C95635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95635 is #36A9CA. Grayscale: #747474. Windows color (decimal): -3582411 or 3495625. OLE color: 3495625.

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

Color convert

RGB 201 86 53 -
CMYK 0 0.57 0.74 0.21
HSL 13.38º 0.58% 0.5% -
HSV(B) 13.38º 0.74% 0.79% -
XYZ 28.06 19.33 5.62 -
YUV 116.62 92.1 188.18 -
System Red Green Blue C M Y K H S L
Decimal 201 86 53 0 0.57 0.74 0.21 13.38 0.58 0.5
Hex C9 56 35 0 39 4A 15 D 3A 32
Octal 311 126 65 0 71 112 25 15 72 62
Binary 11001001 1010110 110101 0 111001 1001010 10101 1101 111010 110010

Color Harmonies of #C95635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95635

Black with #C95635

Text Example


Text Example

White with #C95635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95635; }

 p { color: rgb(201,86,53); }

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

background-color css

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

 a { background-color: rgb(201,86,53); }

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

border-color css

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

 span { border-color: rgb(201,86,53); }

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