Html Css Color HEX #C7466A Cabaret

📋 copy color: '#C7466A'

red 199 ◦ green 70 ◦ blue 106

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

Shades of Cabaret #C7466A

Tints of Cabaret #C7466A

RGB

 RED value IS 199 (78.13% from 255) = 53.07%

 GREEN value IS 70 (27.73% from 255) = 18.67%

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

R = 53.07%
G = 18.67%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7466A (or 0xC7466A) is known color: Cabaret. HEX triplet: C7, 46 and 6A. RGB value is (199,70,106). Sum of RGB (Red+Green+Blue) = 199+70+106=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7466A is #38B995. Grayscale: #707070. Windows color (decimal): -3717526 or 6964935. OLE color: 6964935.

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

Color convert

RGB 199 70 106 -
CMYK 0 0.65 0.47 0.22
HSL 343.26º 0.54% 0.53% -
HSV(B) 343.26º 0.65% 0.78% -
XYZ 28.34 17.56 15.53 -
YUV 112.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 199 70 106 0 0.65 0.47 0.22 343.26 0.54 0.53
Hex C7 46 6A 0 41 2F 16 157 36 35
Octal 307 106 152 0 101 57 26 527 66 65
Binary 11000111 1000110 1101010 0 1000001 101111 10110 101010111 110110 110101

Color Harmonies of #C7466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7466A

Black with #C7466A

Text Example


Text Example

White with #C7466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7466A; }

 p { color: rgb(199,70,106); }

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

background-color css

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

 a { background-color: rgb(199,70,106); }

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

border-color css

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

 span { border-color: rgb(199,70,106); }

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