Html Css Color HEX #C2636A Cabaret

📋 copy color: '#C2636A'

red 194 ◦ green 99 ◦ blue 106

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

Shades of Cabaret #C2636A

Tints of Cabaret #C2636A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.81%

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

R = 48.62%
G = 24.81%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2636A (or 0xC2636A) is known color: Cabaret. HEX triplet: C2, 63 and 6A. RGB value is (194,99,106). Sum of RGB (Red+Green+Blue) = 194+99+106=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2636A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2636A is #3D9C95. Grayscale: #808080. Windows color (decimal): -4037782 or 6972354. OLE color: 6972354.

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

Color convert

RGB 194 99 106 -
CMYK 0 0.49 0.45 0.24
HSL 355.58º 0.44% 0.57% -
HSV(B) 355.58º 0.49% 0.76% -
XYZ 29.31 21.43 16.23 -
YUV 128.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 194 99 106 0 0.49 0.45 0.24 355.58 0.44 0.57
Hex C2 63 6A 0 31 2D 18 164 2C 39
Octal 302 143 152 0 61 55 30 544 54 71
Binary 11000010 1100011 1101010 0 110001 101101 11000 101100100 101100 111001

Color Harmonies of #C2636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2636A

Black with #C2636A

Text Example


Text Example

White with #C2636A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2636A; }

 p { color: rgb(194,99,106); }

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

background-color css

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

 a { background-color: rgb(194,99,106); }

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

border-color css

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

 span { border-color: rgb(194,99,106); }

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