Html Css Color HEX #C85428 Trinidad

📋 copy color: '#C85428'

red 200 ◦ green 84 ◦ blue 40

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

Shades of Trinidad #C85428

Tints of Trinidad #C85428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.93%

 BLUE value IS 40 (16.02% from 255) = 12.35%

R = 61.73%
G = 25.93%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C85428 (or 0xC85428) is known color: Trinidad. HEX triplet: C8, 54 and 28. RGB value is (200,84,40). Sum of RGB (Red+Green+Blue) = 200+84+40=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C85428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85428 is #37ABD7. Grayscale: #717171. Windows color (decimal): -3648472 or 2643144. OLE color: 2643144.

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

Color convert

RGB 200 84 40 -
CMYK 0 0.58 0.8 0.22
HSL 16.5º 0.67% 0.47% -
HSV(B) 16.5º 0.8% 0.78% -
XYZ 27.37 18.77 4.19 -
YUV 113.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 200 84 40 0 0.58 0.8 0.22 16.5 0.67 0.47
Hex C8 54 28 0 3A 50 16 10 43 2F
Octal 310 124 50 0 72 120 26 20 103 57
Binary 11001000 1010100 101000 0 111010 1010000 10110 10000 1000011 101111

Color Harmonies of #C85428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85428

Black with #C85428

Text Example


Text Example

White with #C85428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85428; }

 p { color: rgb(200,84,40); }

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

background-color css

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

 a { background-color: rgb(200,84,40); }

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

border-color css

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

 span { border-color: rgb(200,84,40); }

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