Html Css Color HEX #C66670 Cabaret

📋 copy color: '#C66670'

red 198 ◦ green 102 ◦ blue 112

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

Shades of Cabaret #C66670

Tints of Cabaret #C66670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 48.06%
G = 24.76%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C66670 (or 0xC66670) is known color: Cabaret. HEX triplet: C6, 66 and 70. RGB value is (198,102,112). Sum of RGB (Red+Green+Blue) = 198+102+112=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C66670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66670 is #39998F. Grayscale: #838383. Windows color (decimal): -3774864 or 7366342. OLE color: 7366342.

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

Color convert

RGB 198 102 112 -
CMYK 0 0.48 0.43 0.22
HSL 353.75º 0.46% 0.59% -
HSV(B) 353.75º 0.48% 0.78% -
XYZ 30.96 22.68 18.07 -
YUV 131.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 198 102 112 0 0.48 0.43 0.22 353.75 0.46 0.59
Hex C6 66 70 0 30 2B 16 162 2E 3B
Octal 306 146 160 0 60 53 26 542 56 73
Binary 11000110 1100110 1110000 0 110000 101011 10110 101100010 101110 111011

Color Harmonies of #C66670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66670

Black with #C66670

Text Example


Text Example

White with #C66670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66670; }

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

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

background-color css

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

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

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

border-color css

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

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

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