Html Css Color HEX #C66370 Cabaret

📋 copy color: '#C66370'

red 198 ◦ green 99 ◦ blue 112

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

Shades of Cabaret #C66370

Tints of Cabaret #C66370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.21%

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

R = 48.41%
G = 24.21%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C66370 (or 0xC66370) is known color: Cabaret. HEX triplet: C6, 63 and 70. RGB value is (198,99,112). Sum of RGB (Red+Green+Blue) = 198+99+112=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C66370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66370 is #399C8F. Grayscale: #828282. Windows color (decimal): -3775632 or 7365574. OLE color: 7365574.

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

Color convert

RGB 198 99 112 -
CMYK 0 0.50 0.43 0.22
HSL 352.12º 0.46% 0.58% -
HSV(B) 352.12º 0.5% 0.78% -
XYZ 30.68 22.1 17.98 -
YUV 130.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 198 99 112 0 0.50 0.43 0.22 352.12 0.46 0.58
Hex C6 63 70 0 32 2B 16 160 2E 3A
Octal 306 143 160 0 62 53 26 540 56 72
Binary 11000110 1100011 1110000 0 110010 101011 10110 101100000 101110 111010

Color Harmonies of #C66370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66370

Black with #C66370

Text Example


Text Example

White with #C66370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66370; }

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

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

background-color css

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

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

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

border-color css

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

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

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