Html Css Color HEX #C86325 Christine

📋 copy color: '#C86325'

red 200 ◦ green 99 ◦ blue 37

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

Shades of Christine #C86325

Tints of Christine #C86325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

 BLUE value IS 37 (14.84% from 255) = 11.01%

R = 59.52%
G = 29.46%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C86325 (or 0xC86325) is known color: Christine. HEX triplet: C8, 63 and 25. RGB value is (200,99,37). Sum of RGB (Red+Green+Blue) = 200+99+37=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C86325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86325 is #379CDA. Grayscale: #7A7A7A. Windows color (decimal): -3644635 or 2450376. OLE color: 2450376.

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

Color convert

RGB 200 99 37 -
CMYK 0 0.50 0.82 0.22
HSL 22.82º 0.69% 0.46% -
HSV(B) 22.82º 0.82% 0.78% -
XYZ 28.62 21.34 4.36 -
YUV 122.13 79.96 183.54 -
System Red Green Blue C M Y K H S L
Decimal 200 99 37 0 0.50 0.82 0.22 22.82 0.69 0.46
Hex C8 63 25 0 32 52 16 17 45 2E
Octal 310 143 45 0 62 122 26 27 105 56
Binary 11001000 1100011 100101 0 110010 1010010 10110 10111 1000101 101110

Color Harmonies of #C86325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86325

Black with #C86325

Text Example


Text Example

White with #C86325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86325; }

 p { color: rgb(200,99,37); }

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

background-color css

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

 a { background-color: rgb(200,99,37); }

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

border-color css

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

 span { border-color: rgb(200,99,37); }

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