Html Css Color HEX #C06320 Christine

📋 copy color: '#C06320'

red 192 ◦ green 99 ◦ blue 32

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

Shades of Christine #C06320

Tints of Christine #C06320

RGB

 RED value IS 192 (75.39% from 255) = 59.44%

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

 BLUE value IS 32 (12.89% from 255) = 9.91%

R = 59.44%
G = 30.65%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C06320 (or 0xC06320) is known color: Christine. HEX triplet: C0, 63 and 20. RGB value is (192,99,32). Sum of RGB (Red+Green+Blue) = 192+99+32=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C06320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06320 is #3F9CDF. Grayscale: #777777. Windows color (decimal): -4168928 or 2122688. OLE color: 2122688.

HSL color Cylindrical-coordinate representation of color #C06320: hue angle of 25.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C06320 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 32 -
CMYK 0 0.48 0.83 0.25
HSL 25.13º 0.71% 0.44% -
HSV(B) 25.13º 0.83% 0.75% -
XYZ 26.46 20.23 3.88 -
YUV 119.17 78.81 179.95 -
System Red Green Blue C M Y K H S L
Decimal 192 99 32 0 0.48 0.83 0.25 25.13 0.71 0.44
Hex C0 63 20 0 30 53 19 19 47 2C
Octal 300 143 40 0 60 123 31 31 107 54
Binary 11000000 1100011 100000 0 110000 1010011 11001 11001 1000111 101100

Color Harmonies of #C06320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06320

Black with #C06320

Text Example


Text Example

White with #C06320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06320; }

 p { color: rgb(192,99,32); }

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

background-color css

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

 a { background-color: rgb(192,99,32); }

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

border-color css

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

 span { border-color: rgb(192,99,32); }

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