Html Css Color HEX #C6622C Christine

📋 copy color: '#C6622C'

red 198 ◦ green 98 ◦ blue 44

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

Shades of Christine #C6622C

Tints of Christine #C6622C

RGB

 RED value IS 198 (77.73% from 255) = 58.24%

 GREEN value IS 98 (38.67% from 255) = 28.82%

 BLUE value IS 44 (17.58% from 255) = 12.94%

R = 58.24%
G = 28.82%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6622C (or 0xC6622C) is known color: Christine. HEX triplet: C6, 62 and 2C. RGB value is (198,98,44). Sum of RGB (Red+Green+Blue) = 198+98+44=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C6622C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6622C is #399DD3. Grayscale: #7A7A7A. Windows color (decimal): -3775956 or 2908870. OLE color: 2908870.

HSL color Cylindrical-coordinate representation of color #C6622C: hue angle of 21.04º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6622C is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 98 44 -
CMYK 0 0.51 0.78 0.22
HSL 21.04º 0.64% 0.47% -
HSV(B) 21.04º 0.78% 0.78% -
XYZ 28.11 20.92 4.94 -
YUV 121.74 84.13 182.39 -
System Red Green Blue C M Y K H S L
Decimal 198 98 44 0 0.51 0.78 0.22 21.04 0.64 0.47
Hex C6 62 2C 0 33 4E 16 15 40 2F
Octal 306 142 54 0 63 116 26 25 100 57
Binary 11000110 1100010 101100 0 110011 1001110 10110 10101 1000000 101111

Color Harmonies of #C6622C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6622C

Black with #C6622C

Text Example


Text Example

White with #C6622C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6622C; }

 p { color: rgb(198,98,44); }

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

background-color css

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

 a { background-color: rgb(198,98,44); }

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

border-color css

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

 span { border-color: rgb(198,98,44); }

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