Html Css Color HEX #C66272 Cabaret

📋 copy color: '#C66272'

red 198 ◦ green 98 ◦ blue 114

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

Shades of Cabaret #C66272

Tints of Cabaret #C66272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

 BLUE value IS 114 (44.92% from 255) = 27.8%

R = 48.29%
G = 23.9%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C66272 (or 0xC66272) is known color: Cabaret. HEX triplet: C6, 62 and 72. RGB value is (198,98,114). Sum of RGB (Red+Green+Blue) = 198+98+114=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C66272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66272 is #399D8D. Grayscale: #818181. Windows color (decimal): -3775886 or 7496390. OLE color: 7496390.

HSL color Cylindrical-coordinate representation of color #C66272: hue angle of 350.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66272 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 98 114 -
CMYK 0 0.51 0.42 0.22
HSL 350.4º 0.47% 0.58% -
HSV(B) 350.4º 0.51% 0.78% -
XYZ 30.69 21.96 18.54 -
YUV 129.72 119.13 176.7 -
System Red Green Blue C M Y K H S L
Decimal 198 98 114 0 0.51 0.42 0.22 350.4 0.47 0.58
Hex C6 62 72 0 33 2A 16 15E 2F 3A
Octal 306 142 162 0 63 52 26 536 57 72
Binary 11000110 1100010 1110010 0 110011 101010 10110 101011110 101111 111010

Color Harmonies of #C66272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66272

Black with #C66272

Text Example


Text Example

White with #C66272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66272; }

 p { color: rgb(198,98,114); }

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

background-color css

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

 a { background-color: rgb(198,98,114); }

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

border-color css

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

 span { border-color: rgb(198,98,114); }

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