Html Css Color HEX #C66570 Cabaret

📋 copy color: '#C66570'

red 198 ◦ green 101 ◦ blue 112

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

Shades of Cabaret #C66570

Tints of Cabaret #C66570

RGB

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

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

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

R = 48.18%
G = 24.57%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C66570 (or 0xC66570) is known color: Cabaret. HEX triplet: C6, 65 and 70. RGB value is (198,101,112). Sum of RGB (Red+Green+Blue) = 198+101+112=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C66570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66570 is #399A8F. Grayscale: #838383. Windows color (decimal): -3775120 or 7366086. OLE color: 7366086.

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

Color convert

RGB 198 101 112 -
CMYK 0 0.49 0.43 0.22
HSL 353.2º 0.46% 0.59% -
HSV(B) 353.2º 0.49% 0.78% -
XYZ 30.87 22.48 18.04 -
YUV 131.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 198 101 112 0 0.49 0.43 0.22 353.2 0.46 0.59
Hex C6 65 70 0 31 2B 16 161 2E 3B
Octal 306 145 160 0 61 53 26 541 56 73
Binary 11000110 1100101 1110000 0 110001 101011 10110 101100001 101110 111011

Color Harmonies of #C66570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66570

Black with #C66570

Text Example


Text Example

White with #C66570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66570; }

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

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

background-color css

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

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

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

border-color css

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

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

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