Html Css Color HEX #C6476A Cabaret

📋 copy color: '#C6476A'

red 198 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #C6476A

Tints of Cabaret #C6476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.93%

 BLUE value IS 106 (41.8% from 255) = 28.27%

R = 52.8%
G = 18.93%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6476A (or 0xC6476A) is known color: Cabaret. HEX triplet: C6, 47 and 6A. RGB value is (198,71,106). Sum of RGB (Red+Green+Blue) = 198+71+106=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6476A is #39B895. Grayscale: #707070. Windows color (decimal): -3782806 or 6965190. OLE color: 6965190.

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

Color convert

RGB 198 71 106 -
CMYK 0 0.64 0.46 0.22
HSL 343.46º 0.53% 0.53% -
HSV(B) 343.46º 0.64% 0.78% -
XYZ 28.14 17.55 15.54 -
YUV 112.96 124.08 188.65 -
System Red Green Blue C M Y K H S L
Decimal 198 71 106 0 0.64 0.46 0.22 343.46 0.53 0.53
Hex C6 47 6A 0 40 2E 16 157 35 35
Octal 306 107 152 0 100 56 26 527 65 65
Binary 11000110 1000111 1101010 0 1000000 101110 10110 101010111 110101 110101

Color Harmonies of #C6476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6476A

Black with #C6476A

Text Example


Text Example

White with #C6476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6476A; }

 p { color: rgb(198,71,106); }

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

background-color css

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

 a { background-color: rgb(198,71,106); }

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

border-color css

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

 span { border-color: rgb(198,71,106); }

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