Html Css Color HEX #C46330 Christine

📋 copy color: '#C46330'

red 196 ◦ green 99 ◦ blue 48

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

Shades of Christine #C46330

Tints of Christine #C46330

RGB

 RED value IS 196 (76.95% from 255) = 57.14%

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

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

R = 57.14%
G = 28.86%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C46330 (or 0xC46330) is known color: Christine. HEX triplet: C4, 63 and 30. RGB value is (196,99,48). Sum of RGB (Red+Green+Blue) = 196+99+48=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C46330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46330 is #3B9CCF. Grayscale: #7A7A7A. Windows color (decimal): -3906768 or 3171268. OLE color: 3171268.

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

Color convert

RGB 196 99 48 -
CMYK 0 0.49 0.76 0.23
HSL 20.68º 0.61% 0.48% -
HSV(B) 20.68º 0.76% 0.77% -
XYZ 27.76 20.87 5.36 -
YUV 122.19 86.14 180.65 -
System Red Green Blue C M Y K H S L
Decimal 196 99 48 0 0.49 0.76 0.23 20.68 0.61 0.48
Hex C4 63 30 0 31 4C 17 15 3D 30
Octal 304 143 60 0 61 114 27 25 75 60
Binary 11000100 1100011 110000 0 110001 1001100 10111 10101 111101 110000

Color Harmonies of #C46330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46330

Black with #C46330

Text Example


Text Example

White with #C46330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46330; }

 p { color: rgb(196,99,48); }

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

background-color css

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

 a { background-color: rgb(196,99,48); }

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

border-color css

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

 span { border-color: rgb(196,99,48); }

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