Html Css Color HEX #C6456D Cabaret

📋 copy color: '#C6456D'

red 198 ◦ green 69 ◦ blue 109

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

Shades of Cabaret #C6456D

Tints of Cabaret #C6456D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.99%

R = 52.66%
G = 18.35%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6456D (or 0xC6456D) is known color: Cabaret. HEX triplet: C6, 45 and 6D. RGB value is (198,69,109). Sum of RGB (Red+Green+Blue) = 198+69+109=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6456D is #39BA92. Grayscale: #707070. Windows color (decimal): -3783315 or 7161286. OLE color: 7161286.

HSL color Cylindrical-coordinate representation of color #C6456D: hue angle of 341.4º 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 #C6456D is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 69 109 -
CMYK 0 0.65 0.45 0.22
HSL 341.4º 0.53% 0.52% -
HSV(B) 341.4º 0.65% 0.78% -
XYZ 28.18 17.37 16.33 -
YUV 112.13 126.24 189.25 -
System Red Green Blue C M Y K H S L
Decimal 198 69 109 0 0.65 0.45 0.22 341.4 0.53 0.52
Hex C6 45 6D 0 41 2D 16 155 35 34
Octal 306 105 155 0 101 55 26 525 65 64
Binary 11000110 1000101 1101101 0 1000001 101101 10110 101010101 110101 110100

Color Harmonies of #C6456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6456D

Black with #C6456D

Text Example


Text Example

White with #C6456D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6456D; }

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

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

background-color css

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

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

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

border-color css

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

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

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