Html Css Color HEX #C66974 Cabaret

📋 copy color: '#C66974'

red 198 ◦ green 105 ◦ blue 116

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

Shades of Cabaret #C66974

Tints of Cabaret #C66974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.06%

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

R = 47.26%
G = 25.06%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C66974 (or 0xC66974) is known color: Cabaret. HEX triplet: C6, 69 and 74. RGB value is (198,105,116). Sum of RGB (Red+Green+Blue) = 198+105+116=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C66974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66974 is #39968B. Grayscale: #868686. Windows color (decimal): -3774092 or 7629254. OLE color: 7629254.

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

Color convert

RGB 198 105 116 -
CMYK 0 0.47 0.41 0.22
HSL 352.9º 0.45% 0.59% -
HSV(B) 352.9º 0.47% 0.78% -
XYZ 31.49 23.37 19.37 -
YUV 134.06 117.81 173.61 -
System Red Green Blue C M Y K H S L
Decimal 198 105 116 0 0.47 0.41 0.22 352.9 0.45 0.59
Hex C6 69 74 0 2F 29 16 161 2D 3B
Octal 306 151 164 0 57 51 26 541 55 73
Binary 11000110 1101001 1110100 0 101111 101001 10110 101100001 101101 111011

Color Harmonies of #C66974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66974

Black with #C66974

Text Example


Text Example

White with #C66974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66974; }

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

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

background-color css

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

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

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

border-color css

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

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

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