Html Css Color HEX #C95735 Trinidad

📋 copy color: '#C95735'

red 201 ◦ green 87 ◦ blue 53

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

Shades of Trinidad #C95735

Tints of Trinidad #C95735

RGB

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

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

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

R = 58.94%
G = 25.51%
B = 15.54%

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

#C95735 (or 0xC95735) is known color: Trinidad. HEX triplet: C9, 57 and 35. RGB value is (201,87,53). Sum of RGB (Red+Green+Blue) = 201+87+53=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C95735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95735 is #36A8CA. Grayscale: #757575. Windows color (decimal): -3582155 or 3495881. OLE color: 3495881.

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

Color convert

RGB 201 87 53 -
CMYK 0 0.57 0.74 0.21
HSL 13.78º 0.58% 0.5% -
HSV(B) 13.78º 0.74% 0.79% -
XYZ 28.14 19.49 5.65 -
YUV 117.21 91.77 187.76 -
System Red Green Blue C M Y K H S L
Decimal 201 87 53 0 0.57 0.74 0.21 13.78 0.58 0.5
Hex C9 57 35 0 39 4A 15 E 3A 32
Octal 311 127 65 0 71 112 25 16 72 62
Binary 11001001 1010111 110101 0 111001 1001010 10101 1110 111010 110010

Color Harmonies of #C95735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95735

Black with #C95735

Text Example


Text Example

White with #C95735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95735; }

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

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

background-color css

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

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

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

border-color css

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

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

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