Html Css Color HEX #C85223 Trinidad

📋 copy color: '#C85223'

red 200 ◦ green 82 ◦ blue 35

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

Shades of Trinidad #C85223

Tints of Trinidad #C85223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.04%

R = 63.09%
G = 25.87%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C85223 (or 0xC85223) is known color: Trinidad. HEX triplet: C8, 52 and 23. RGB value is (200,82,35). Sum of RGB (Red+Green+Blue) = 200+82+35=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C85223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85223 is #37ADDC. Grayscale: #707070. Windows color (decimal): -3648989 or 2314952. OLE color: 2314952.

HSL color Cylindrical-coordinate representation of color #C85223: hue angle of 17.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C85223 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 82 35 -
CMYK 0 0.59 0.82 0.22
HSL 17.09º 0.7% 0.46% -
HSV(B) 17.09º 0.83% 0.78% -
XYZ 27.14 18.44 3.72 -
YUV 111.92 84.59 190.82 -
System Red Green Blue C M Y K H S L
Decimal 200 82 35 0 0.59 0.82 0.22 17.09 0.7 0.46
Hex C8 52 23 0 3B 52 16 11 46 2E
Octal 310 122 43 0 73 122 26 21 106 56
Binary 11001000 1010010 100011 0 111011 1010010 10110 10001 1000110 101110

Color Harmonies of #C85223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85223

Black with #C85223

Text Example


Text Example

White with #C85223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85223; }

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

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

background-color css

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

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

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

border-color css

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

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

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