Html Css Color HEX #C86425 Christine

📋 copy color: '#C86425'

red 200 ◦ green 100 ◦ blue 37

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

Shades of Christine #C86425

Tints of Christine #C86425

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

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

R = 59.35%
G = 29.67%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C86425 (or 0xC86425) is known color: Christine. HEX triplet: C8, 64 and 25. RGB value is (200,100,37). Sum of RGB (Red+Green+Blue) = 200+100+37=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C86425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86425 is #379BDA. Grayscale: #7B7B7B. Windows color (decimal): -3644379 or 2450632. OLE color: 2450632.

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

Color convert

RGB 200 100 37 -
CMYK 0 0.5 0.82 0.22
HSL 23.19º 0.69% 0.46% -
HSV(B) 23.19º 0.82% 0.78% -
XYZ 28.71 21.53 4.39 -
YUV 122.72 79.63 183.12 -
System Red Green Blue C M Y K H S L
Decimal 200 100 37 0 0.5 0.82 0.22 23.19 0.69 0.46
Hex C8 64 25 0 32 52 16 17 45 2E
Octal 310 144 45 0 62 122 26 27 105 56
Binary 11001000 1100100 100101 0 110010 1010010 10110 10111 1000101 101110

Color Harmonies of #C86425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86425

Black with #C86425

Text Example


Text Example

White with #C86425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86425; }

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

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

background-color css

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

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

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

border-color css

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

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

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