Html Css Color HEX #C2606C Cabaret

📋 copy color: '#C2606C'

red 194 ◦ green 96 ◦ blue 108

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

Shades of Cabaret #C2606C

Tints of Cabaret #C2606C

RGB

 RED value IS 194 (76.17% from 255) = 48.74%

 GREEN value IS 96 (37.89% from 255) = 24.12%

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

R = 48.74%
G = 24.12%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2606C (or 0xC2606C) is known color: Cabaret. HEX triplet: C2, 60 and 6C. RGB value is (194,96,108). Sum of RGB (Red+Green+Blue) = 194+96+108=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2606C is #3D9F93. Grayscale: #7E7E7E. Windows color (decimal): -4038548 or 7102658. OLE color: 7102658.

HSL color Cylindrical-coordinate representation of color #C2606C: hue angle of 352.65º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2606C is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 96 108 -
CMYK 0 0.51 0.44 0.24
HSL 352.65º 0.45% 0.57% -
HSV(B) 352.65º 0.51% 0.76% -
XYZ 29.14 20.92 16.69 -
YUV 126.67 117.47 176.02 -
System Red Green Blue C M Y K H S L
Decimal 194 96 108 0 0.51 0.44 0.24 352.65 0.45 0.57
Hex C2 60 6C 0 33 2C 18 161 2D 39
Octal 302 140 154 0 63 54 30 541 55 71
Binary 11000010 1100000 1101100 0 110011 101100 11000 101100001 101101 111001

Color Harmonies of #C2606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2606C

Black with #C2606C

Text Example


Text Example

White with #C2606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2606C; }

 p { color: rgb(194,96,108); }

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

background-color css

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

 a { background-color: rgb(194,96,108); }

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

border-color css

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

 span { border-color: rgb(194,96,108); }

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