Html Css Color HEX #C85021 Trinidad

📋 copy color: '#C85021'

red 200 ◦ green 80 ◦ blue 33

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

Shades of Trinidad #C85021

Tints of Trinidad #C85021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.54%

R = 63.9%
G = 25.56%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C85021 (or 0xC85021) is known color: Trinidad. HEX triplet: C8, 50 and 21. RGB value is (200,80,33). Sum of RGB (Red+Green+Blue) = 200+80+33=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C85021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85021 is #37AFDE. Grayscale: #6E6E6E. Windows color (decimal): -3649503 or 2183368. OLE color: 2183368.

HSL color Cylindrical-coordinate representation of color #C85021: hue angle of 16.89º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C85021 is Cyan = 0, Magento = 0.6, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 80 33 -
CMYK 0 0.6 0.84 0.22
HSL 16.89º 0.72% 0.46% -
HSV(B) 16.89º 0.84% 0.78% -
XYZ 26.96 18.13 3.52 -
YUV 110.52 84.26 191.82 -
System Red Green Blue C M Y K H S L
Decimal 200 80 33 0 0.6 0.84 0.22 16.89 0.72 0.46
Hex C8 50 21 0 3C 54 16 11 48 2E
Octal 310 120 41 0 74 124 26 21 110 56
Binary 11001000 1010000 100001 0 111100 1010100 10110 10001 1001000 101110

Color Harmonies of #C85021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85021

Black with #C85021

Text Example


Text Example

White with #C85021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85021; }

 p { color: rgb(200,80,33); }

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

background-color css

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

 a { background-color: rgb(200,80,33); }

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

border-color css

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

 span { border-color: rgb(200,80,33); }

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