Html Css Color HEX #C85D26 Christine

📋 copy color: '#C85D26'

red 200 ◦ green 93 ◦ blue 38

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

Shades of Christine #C85D26

Tints of Christine #C85D26

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

 BLUE value IS 38 (15.23% from 255) = 11.48%

R = 60.42%
G = 28.1%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C85D26 (or 0xC85D26) is known color: Christine. HEX triplet: C8, 5D and 26. RGB value is (200,93,38). Sum of RGB (Red+Green+Blue) = 200+93+38=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85D26 is #37A2D9. Grayscale: #777777. Windows color (decimal): -3646170 or 2514376. OLE color: 2514376.

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

Color convert

RGB 200 93 38 -
CMYK 0 0.54 0.81 0.22
HSL 20.37º 0.68% 0.47% -
HSV(B) 20.37º 0.81% 0.78% -
XYZ 28.08 20.25 4.26 -
YUV 118.72 82.45 185.97 -
System Red Green Blue C M Y K H S L
Decimal 200 93 38 0 0.54 0.81 0.22 20.37 0.68 0.47
Hex C8 5D 26 0 36 51 16 14 44 2F
Octal 310 135 46 0 66 121 26 24 104 57
Binary 11001000 1011101 100110 0 110110 1010001 10110 10100 1000100 101111

Color Harmonies of #C85D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D26

Black with #C85D26

Text Example


Text Example

White with #C85D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D26; }

 p { color: rgb(200,93,38); }

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

background-color css

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

 a { background-color: rgb(200,93,38); }

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

border-color css

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

 span { border-color: rgb(200,93,38); }

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