Html Css Color HEX #C66532 Christine

📋 copy color: '#C66532'

red 198 ◦ green 101 ◦ blue 50

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

Shades of Christine #C66532

Tints of Christine #C66532

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.94%

 BLUE value IS 50 (19.92% from 255) = 14.33%

R = 56.73%
G = 28.94%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C66532 (or 0xC66532) is known color: Christine. HEX triplet: C6, 65 and 32. RGB value is (198,101,50). Sum of RGB (Red+Green+Blue) = 198+101+50=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C66532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66532 is #399ACD. Grayscale: #7C7C7C. Windows color (decimal): -3775182 or 3302854. OLE color: 3302854.

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

Color convert

RGB 198 101 50 -
CMYK 0 0.49 0.75 0.22
HSL 20.68º 0.6% 0.49% -
HSV(B) 20.68º 0.75% 0.78% -
XYZ 28.52 21.54 5.67 -
YUV 124.19 86.14 180.65 -
System Red Green Blue C M Y K H S L
Decimal 198 101 50 0 0.49 0.75 0.22 20.68 0.6 0.49
Hex C6 65 32 0 31 4B 16 15 3C 31
Octal 306 145 62 0 61 113 26 25 74 61
Binary 11000110 1100101 110010 0 110001 1001011 10110 10101 111100 110001

Color Harmonies of #C66532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66532

Black with #C66532

Text Example


Text Example

White with #C66532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66532; }

 p { color: rgb(198,101,50); }

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

background-color css

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

 a { background-color: rgb(198,101,50); }

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

border-color css

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

 span { border-color: rgb(198,101,50); }

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