Html Css Color HEX #C6416A Cabaret

📋 copy color: '#C6416A'

red 198 ◦ green 65 ◦ blue 106

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

Shades of Cabaret #C6416A

Tints of Cabaret #C6416A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

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

R = 53.66%
G = 17.62%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6416A (or 0xC6416A) is known color: Cabaret. HEX triplet: C6, 41 and 6A. RGB value is (198,65,106). Sum of RGB (Red+Green+Blue) = 198+65+106=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C6416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6416A is #39BE95. Grayscale: #6D6D6D. Windows color (decimal): -3784342 or 6963654. OLE color: 6963654.

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

Color convert

RGB 198 65 106 -
CMYK 0 0.67 0.46 0.22
HSL 341.5º 0.54% 0.52% -
HSV(B) 341.5º 0.67% 0.78% -
XYZ 27.78 16.83 15.42 -
YUV 109.44 126.06 191.17 -
System Red Green Blue C M Y K H S L
Decimal 198 65 106 0 0.67 0.46 0.22 341.5 0.54 0.52
Hex C6 41 6A 0 43 2E 16 156 36 34
Octal 306 101 152 0 103 56 26 526 66 64
Binary 11000110 1000001 1101010 0 1000011 101110 10110 101010110 110110 110100

Color Harmonies of #C6416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6416A

Black with #C6416A

Text Example


Text Example

White with #C6416A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6416A; }

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

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

background-color css

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

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

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

border-color css

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

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

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