Html Css Color HEX #C66074 Cabaret

📋 copy color: '#C66074'

red 198 ◦ green 96 ◦ blue 116

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

Shades of Cabaret #C66074

Tints of Cabaret #C66074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.41%

 BLUE value IS 116 (45.7% from 255) = 28.29%

R = 48.29%
G = 23.41%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C66074 (or 0xC66074) is known color: Cabaret. HEX triplet: C6, 60 and 74. RGB value is (198,96,116). Sum of RGB (Red+Green+Blue) = 198+96+116=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C66074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66074 is #399F8B. Grayscale: #808080. Windows color (decimal): -3776396 or 7626950. OLE color: 7626950.

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

Color convert

RGB 198 96 116 -
CMYK 0 0.52 0.41 0.22
HSL 348.24º 0.47% 0.58% -
HSV(B) 348.24º 0.52% 0.78% -
XYZ 30.62 21.63 19.08 -
YUV 128.78 120.79 177.37 -
System Red Green Blue C M Y K H S L
Decimal 198 96 116 0 0.52 0.41 0.22 348.24 0.47 0.58
Hex C6 60 74 0 34 29 16 15C 2F 3A
Octal 306 140 164 0 64 51 26 534 57 72
Binary 11000110 1100000 1110100 0 110100 101001 10110 101011100 101111 111010

Color Harmonies of #C66074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66074

Black with #C66074

Text Example


Text Example

White with #C66074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66074; }

 p { color: rgb(198,96,116); }

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

background-color css

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

 a { background-color: rgb(198,96,116); }

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

border-color css

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

 span { border-color: rgb(198,96,116); }

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