Html Css Color HEX #C95035 Trinidad

📋 copy color: '#C95035'

red 201 ◦ green 80 ◦ blue 53

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

Shades of Trinidad #C95035

Tints of Trinidad #C95035

RGB

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

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

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

R = 60.18%
G = 23.95%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C95035 (or 0xC95035) is known color: Trinidad. HEX triplet: C9, 50 and 35. RGB value is (201,80,53). Sum of RGB (Red+Green+Blue) = 201+80+53=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C95035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95035 is #36AFCA. Grayscale: #717171. Windows color (decimal): -3583947 or 3494089. OLE color: 3494089.

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

Color convert

RGB 201 80 53 -
CMYK 0 0.60 0.74 0.21
HSL 10.95º 0.58% 0.5% -
HSV(B) 10.95º 0.74% 0.79% -
XYZ 27.6 18.41 5.47 -
YUV 113.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 201 80 53 0 0.60 0.74 0.21 10.95 0.58 0.5
Hex C9 50 35 0 3C 4A 15 B 3A 32
Octal 311 120 65 0 74 112 25 13 72 62
Binary 11001001 1010000 110101 0 111100 1001010 10101 1011 111010 110010

Color Harmonies of #C95035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95035

Black with #C95035

Text Example


Text Example

White with #C95035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95035; }

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

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

background-color css

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

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

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

border-color css

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

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

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