Html Css Color HEX #C6426C Cabaret

📋 copy color: '#C6426C'

red 198 ◦ green 66 ◦ blue 108

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

Shades of Cabaret #C6426C

Tints of Cabaret #C6426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.74%

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 53.23%
G = 17.74%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6426C (or 0xC6426C) is known color: Cabaret. HEX triplet: C6, 42 and 6C. RGB value is (198,66,108). Sum of RGB (Red+Green+Blue) = 198+66+108=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6426C is #39BD93. Grayscale: #6E6E6E. Windows color (decimal): -3784084 or 7094982. OLE color: 7094982.

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

Color convert

RGB 198 66 108 -
CMYK 0 0.67 0.45 0.22
HSL 340.91º 0.54% 0.52% -
HSV(B) 340.91º 0.67% 0.78% -
XYZ 27.94 16.98 15.99 -
YUV 110.26 126.73 190.58 -
System Red Green Blue C M Y K H S L
Decimal 198 66 108 0 0.67 0.45 0.22 340.91 0.54 0.52
Hex C6 42 6C 0 43 2D 16 155 36 34
Octal 306 102 154 0 103 55 26 525 66 64
Binary 11000110 1000010 1101100 0 1000011 101101 10110 101010101 110110 110100

Color Harmonies of #C6426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6426C

Black with #C6426C

Text Example


Text Example

White with #C6426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6426C; }

 p { color: rgb(198,66,108); }

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

background-color css

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

 a { background-color: rgb(198,66,108); }

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

border-color css

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

 span { border-color: rgb(198,66,108); }

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