Html Css Color HEX #C85235 Trinidad

📋 copy color: '#C85235'

red 200 ◦ green 82 ◦ blue 53

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

Shades of Trinidad #C85235

Tints of Trinidad #C85235

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.48%

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

R = 59.7%
G = 24.48%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C85235 (or 0xC85235) is known color: Trinidad. HEX triplet: C8, 52 and 35. RGB value is (200,82,53). Sum of RGB (Red+Green+Blue) = 200+82+53=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C85235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85235 is #37ADCA. Grayscale: #727272. Windows color (decimal): -3648971 or 3494600. OLE color: 3494600.

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

Color convert

RGB 200 82 53 -
CMYK 0 0.59 0.74 0.22
HSL 11.84º 0.58% 0.5% -
HSV(B) 11.84º 0.74% 0.78% -
XYZ 27.48 18.57 5.5 -
YUV 113.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 200 82 53 0 0.59 0.74 0.22 11.84 0.58 0.5
Hex C8 52 35 0 3B 4A 16 C 3A 32
Octal 310 122 65 0 73 112 26 14 72 62
Binary 11001000 1010010 110101 0 111011 1001010 10110 1100 111010 110010

Color Harmonies of #C85235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85235

Black with #C85235

Text Example


Text Example

White with #C85235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85235; }

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

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

background-color css

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

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

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

border-color css

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

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

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