Html Css Color HEX #C85023 Trinidad

📋 copy color: '#C85023'

red 200 ◦ green 80 ◦ blue 35

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

Shades of Trinidad #C85023

Tints of Trinidad #C85023

RGB

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

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

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

R = 63.49%
G = 25.4%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C85023 (or 0xC85023) is known color: Trinidad. HEX triplet: C8, 50 and 23. RGB value is (200,80,35). Sum of RGB (Red+Green+Blue) = 200+80+35=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C85023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85023 is #37AFDC. Grayscale: #6F6F6F. Windows color (decimal): -3649501 or 2314440. OLE color: 2314440.

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

Color convert

RGB 200 80 35 -
CMYK 0 0.6 0.82 0.22
HSL 16.36º 0.7% 0.46% -
HSV(B) 16.36º 0.83% 0.78% -
XYZ 26.99 18.14 3.67 -
YUV 110.75 85.26 191.66 -
System Red Green Blue C M Y K H S L
Decimal 200 80 35 0 0.6 0.82 0.22 16.36 0.7 0.46
Hex C8 50 23 0 3C 52 16 10 46 2E
Octal 310 120 43 0 74 122 26 20 106 56
Binary 11001000 1010000 100011 0 111100 1010010 10110 10000 1000110 101110

Color Harmonies of #C85023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85023

Black with #C85023

Text Example


Text Example

White with #C85023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85023; }

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

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

background-color css

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

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

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

border-color css

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

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

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