Html Css Color HEX #C2676C Cabaret

📋 copy color: '#C2676C'

red 194 ◦ green 103 ◦ blue 108

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

Shades of Cabaret #C2676C

Tints of Cabaret #C2676C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.43%

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

R = 47.9%
G = 25.43%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2676C (or 0xC2676C) is known color: Cabaret. HEX triplet: C2, 67 and 6C. RGB value is (194,103,108). Sum of RGB (Red+Green+Blue) = 194+103+108=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2676C is #3D9893. Grayscale: #828282. Windows color (decimal): -4036756 or 7104450. OLE color: 7104450.

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

Color convert

RGB 194 103 108 -
CMYK 0 0.47 0.44 0.24
HSL 356.7º 0.43% 0.58% -
HSV(B) 356.7º 0.47% 0.76% -
XYZ 29.81 22.25 16.91 -
YUV 130.78 115.15 173.09 -
System Red Green Blue C M Y K H S L
Decimal 194 103 108 0 0.47 0.44 0.24 356.7 0.43 0.58
Hex C2 67 6C 0 2F 2C 18 165 2B 3A
Octal 302 147 154 0 57 54 30 545 53 72
Binary 11000010 1100111 1101100 0 101111 101100 11000 101100101 101011 111010

Color Harmonies of #C2676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2676C

Black with #C2676C

Text Example


Text Example

White with #C2676C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2676C; }

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

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

background-color css

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

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

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

border-color css

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

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

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