Html Css Color HEX #C06630 Christine

📋 copy color: '#C06630'

red 192 ◦ green 102 ◦ blue 48

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

Shades of Christine #C06630

Tints of Christine #C06630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

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

R = 56.14%
G = 29.82%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C06630 (or 0xC06630) is known color: Christine. HEX triplet: C0, 66 and 30. RGB value is (192,102,48). Sum of RGB (Red+Green+Blue) = 192+102+48=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C06630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06630 is #3F99CF. Grayscale: #7B7B7B. Windows color (decimal): -4168144 or 3172032. OLE color: 3172032.

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

Color convert

RGB 192 102 48 -
CMYK 0 0.47 0.75 0.25
HSL 22.5º 0.6% 0.47% -
HSV(B) 22.5º 0.75% 0.75% -
XYZ 27.02 20.92 5.41 -
YUV 122.75 85.82 177.39 -
System Red Green Blue C M Y K H S L
Decimal 192 102 48 0 0.47 0.75 0.25 22.5 0.6 0.47
Hex C0 66 30 0 2F 4B 19 16 3C 2F
Octal 300 146 60 0 57 113 31 26 74 57
Binary 11000000 1100110 110000 0 101111 1001011 11001 10110 111100 101111

Color Harmonies of #C06630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06630

Black with #C06630

Text Example


Text Example

White with #C06630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06630; }

 p { color: rgb(192,102,48); }

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

background-color css

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

 a { background-color: rgb(192,102,48); }

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

border-color css

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

 span { border-color: rgb(192,102,48); }

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