Html Css Color HEX #C85735 Trinidad

📋 copy color: '#C85735'

red 200 ◦ green 87 ◦ blue 53

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

Shades of Trinidad #C85735

Tints of Trinidad #C85735

RGB

 RED value IS 200 (78.52% from 255) = 58.82%

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

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

R = 58.82%
G = 25.59%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C85735 (or 0xC85735) is known color: Trinidad. HEX triplet: C8, 57 and 35. RGB value is (200,87,53). Sum of RGB (Red+Green+Blue) = 200+87+53=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C85735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85735 is #37A8CA. Grayscale: #757575. Windows color (decimal): -3647691 or 3495880. OLE color: 3495880.

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

Color convert

RGB 200 87 53 -
CMYK 0 0.56 0.74 0.22
HSL 13.88º 0.58% 0.5% -
HSV(B) 13.88º 0.74% 0.78% -
XYZ 27.87 19.35 5.63 -
YUV 116.91 91.94 187.26 -
System Red Green Blue C M Y K H S L
Decimal 200 87 53 0 0.56 0.74 0.22 13.88 0.58 0.5
Hex C8 57 35 0 38 4A 16 E 3A 32
Octal 310 127 65 0 70 112 26 16 72 62
Binary 11001000 1010111 110101 0 111000 1001010 10110 1110 111010 110010

Color Harmonies of #C85735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85735

Black with #C85735

Text Example


Text Example

White with #C85735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85735; }

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

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

background-color css

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

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

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

border-color css

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

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

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