Html Css Color HEX #C06333 Christine

📋 copy color: '#C06333'

red 192 ◦ green 99 ◦ blue 51

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

Shades of Christine #C06333

Tints of Christine #C06333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.91%

R = 56.14%
G = 28.95%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C06333 (or 0xC06333) is known color: Christine. HEX triplet: C0, 63 and 33. RGB value is (192,99,51). Sum of RGB (Red+Green+Blue) = 192+99+51=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C06333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06333 is #3F9CCC. Grayscale: #797979. Windows color (decimal): -4168909 or 3367872. OLE color: 3367872.

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

Color convert

RGB 192 99 51 -
CMYK 0 0.48 0.73 0.25
HSL 20.43º 0.58% 0.48% -
HSV(B) 20.43º 0.73% 0.75% -
XYZ 26.8 20.37 5.65 -
YUV 121.34 88.31 178.4 -
System Red Green Blue C M Y K H S L
Decimal 192 99 51 0 0.48 0.73 0.25 20.43 0.58 0.48
Hex C0 63 33 0 30 49 19 14 3A 30
Octal 300 143 63 0 60 111 31 24 72 60
Binary 11000000 1100011 110011 0 110000 1001001 11001 10100 111010 110000

Color Harmonies of #C06333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06333

Black with #C06333

Text Example


Text Example

White with #C06333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06333; }

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

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

background-color css

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

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

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

border-color css

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

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

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