Html Css Color HEX #C66631 Christine

📋 copy color: '#C66631'

red 198 ◦ green 102 ◦ blue 49

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

Shades of Christine #C66631

Tints of Christine #C66631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.04%

R = 56.73%
G = 29.23%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C66631 (or 0xC66631) is known color: Christine. HEX triplet: C6, 66 and 31. RGB value is (198,102,49). Sum of RGB (Red+Green+Blue) = 198+102+49=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C66631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66631 is #3999CE. Grayscale: #7C7C7C. Windows color (decimal): -3774927 or 3237574. OLE color: 3237574.

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

Color convert

RGB 198 102 49 -
CMYK 0 0.48 0.75 0.22
HSL 21.34º 0.6% 0.48% -
HSV(B) 21.34º 0.75% 0.78% -
XYZ 28.59 21.73 5.59 -
YUV 124.66 85.3 180.31 -
System Red Green Blue C M Y K H S L
Decimal 198 102 49 0 0.48 0.75 0.22 21.34 0.6 0.48
Hex C6 66 31 0 30 4B 16 15 3C 30
Octal 306 146 61 0 60 113 26 25 74 60
Binary 11000110 1100110 110001 0 110000 1001011 10110 10101 111100 110000

Color Harmonies of #C66631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66631

Black with #C66631

Text Example


Text Example

White with #C66631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66631; }

 p { color: rgb(198,102,49); }

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

background-color css

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

 a { background-color: rgb(198,102,49); }

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

border-color css

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

 span { border-color: rgb(198,102,49); }

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