Html Css Color HEX #C6456E Cabaret

📋 copy color: '#C6456E'

red 198 ◦ green 69 ◦ blue 110

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

Shades of Cabaret #C6456E

Tints of Cabaret #C6456E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.3%

 BLUE value IS 110 (43.36% from 255) = 29.18%

R = 52.52%
G = 18.3%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6456E (or 0xC6456E) is known color: Cabaret. HEX triplet: C6, 45 and 6E. RGB value is (198,69,110). Sum of RGB (Red+Green+Blue) = 198+69+110=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6456E is #39BA91. Grayscale: #707070. Windows color (decimal): -3783314 or 7226822. OLE color: 7226822.

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

Color convert

RGB 198 69 110 -
CMYK 0 0.65 0.44 0.22
HSL 340.93º 0.53% 0.52% -
HSV(B) 340.93º 0.65% 0.78% -
XYZ 28.23 17.39 16.62 -
YUV 112.25 126.74 189.17 -
System Red Green Blue C M Y K H S L
Decimal 198 69 110 0 0.65 0.44 0.22 340.93 0.53 0.52
Hex C6 45 6E 0 41 2C 16 155 35 34
Octal 306 105 156 0 101 54 26 525 65 64
Binary 11000110 1000101 1101110 0 1000001 101100 10110 101010101 110101 110100

Color Harmonies of #C6456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6456E

Black with #C6456E

Text Example


Text Example

White with #C6456E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6456E; }

 p { color: rgb(198,69,110); }

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

background-color css

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

 a { background-color: rgb(198,69,110); }

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

border-color css

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

 span { border-color: rgb(198,69,110); }

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