Html Css Color HEX #C6626E Cabaret

📋 copy color: '#C6626E'

red 198 ◦ green 98 ◦ blue 110

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

Shades of Cabaret #C6626E

Tints of Cabaret #C6626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.14%

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

R = 48.77%
G = 24.14%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6626E (or 0xC6626E) is known color: Cabaret. HEX triplet: C6, 62 and 6E. RGB value is (198,98,110). Sum of RGB (Red+Green+Blue) = 198+98+110=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6626E is #399D91. Grayscale: #818181. Windows color (decimal): -3775890 or 7234246. OLE color: 7234246.

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

Color convert

RGB 198 98 110 -
CMYK 0 0.51 0.44 0.22
HSL 352.8º 0.47% 0.58% -
HSV(B) 352.8º 0.51% 0.78% -
XYZ 30.47 21.87 17.37 -
YUV 129.27 117.13 177.02 -
System Red Green Blue C M Y K H S L
Decimal 198 98 110 0 0.51 0.44 0.22 352.8 0.47 0.58
Hex C6 62 6E 0 33 2C 16 161 2F 3A
Octal 306 142 156 0 63 54 26 541 57 72
Binary 11000110 1100010 1101110 0 110011 101100 10110 101100001 101111 111010

Color Harmonies of #C6626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6626E

Black with #C6626E

Text Example


Text Example

White with #C6626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6626E; }

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

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

background-color css

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

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

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

border-color css

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

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

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