Html Css Color HEX #C46021 Christine

📋 copy color: '#C46021'

red 196 ◦ green 96 ◦ blue 33

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

Shades of Christine #C46021

Tints of Christine #C46021

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

 BLUE value IS 33 (13.28% from 255) = 10.15%

R = 60.31%
G = 29.54%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C46021 (or 0xC46021) is known color: Christine. HEX triplet: C4, 60 and 21. RGB value is (196,96,33). Sum of RGB (Red+Green+Blue) = 196+96+33=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C46021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46021 is #3B9FDE. Grayscale: #777777. Windows color (decimal): -3907551 or 2187460. OLE color: 2187460.

HSL color Cylindrical-coordinate representation of color #C46021: hue angle of 23.19º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C46021 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 96 33 -
CMYK 0 0.51 0.83 0.23
HSL 23.19º 0.71% 0.45% -
HSV(B) 23.19º 0.83% 0.77% -
XYZ 27.22 20.21 3.91 -
YUV 118.72 79.63 183.12 -
System Red Green Blue C M Y K H S L
Decimal 196 96 33 0 0.51 0.83 0.23 23.19 0.71 0.45
Hex C4 60 21 0 33 53 17 17 47 2D
Octal 304 140 41 0 63 123 27 27 107 55
Binary 11000100 1100000 100001 0 110011 1010011 10111 10111 1000111 101101

Color Harmonies of #C46021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46021

Black with #C46021

Text Example


Text Example

White with #C46021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46021; }

 p { color: rgb(196,96,33); }

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

background-color css

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

 a { background-color: rgb(196,96,33); }

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

border-color css

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

 span { border-color: rgb(196,96,33); }

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