Html Css Color HEX #C86430 Christine

📋 copy color: '#C86430'

red 200 ◦ green 100 ◦ blue 48

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

Shades of Christine #C86430

Tints of Christine #C86430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.79%

R = 57.47%
G = 28.74%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C86430 (or 0xC86430) is known color: Christine. HEX triplet: C8, 64 and 30. RGB value is (200,100,48). Sum of RGB (Red+Green+Blue) = 200+100+48=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C86430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86430 is #379BCF. Grayscale: #7C7C7C. Windows color (decimal): -3644368 or 3171528. OLE color: 3171528.

HSL color Cylindrical-coordinate representation of color #C86430: hue angle of 20.53º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C86430 is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 100 48 -
CMYK 0 0.5 0.76 0.22
HSL 20.53º 0.61% 0.49% -
HSV(B) 20.53º 0.76% 0.78% -
XYZ 28.91 21.61 5.44 -
YUV 123.97 85.13 182.23 -
System Red Green Blue C M Y K H S L
Decimal 200 100 48 0 0.5 0.76 0.22 20.53 0.61 0.49
Hex C8 64 30 0 32 4C 16 15 3D 31
Octal 310 144 60 0 62 114 26 25 75 61
Binary 11001000 1100100 110000 0 110010 1001100 10110 10101 111101 110001

Color Harmonies of #C86430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86430

Black with #C86430

Text Example


Text Example

White with #C86430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86430; }

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

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

background-color css

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

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

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

border-color css

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

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

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