Html Css Color HEX #C2676F Cabaret

📋 copy color: '#C2676F'

red 194 ◦ green 103 ◦ blue 111

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

Shades of Cabaret #C2676F

Tints of Cabaret #C2676F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.21%

R = 47.55%
G = 25.25%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2676F (or 0xC2676F) is known color: Cabaret. HEX triplet: C2, 67 and 6F. RGB value is (194,103,111). Sum of RGB (Red+Green+Blue) = 194+103+111=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2676F is #3D9890. Grayscale: #838383. Windows color (decimal): -4036753 or 7301058. OLE color: 7301058.

HSL color Cylindrical-coordinate representation of color #C2676F: hue angle of 354.73º 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 #C2676F is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 103 111 -
CMYK 0 0.47 0.43 0.24
HSL 354.73º 0.43% 0.58% -
HSV(B) 354.73º 0.47% 0.76% -
XYZ 29.97 22.32 17.77 -
YUV 131.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 194 103 111 0 0.47 0.43 0.24 354.73 0.43 0.58
Hex C2 67 6F 0 2F 2B 18 163 2B 3A
Octal 302 147 157 0 57 53 30 543 53 72
Binary 11000010 1100111 1101111 0 101111 101011 11000 101100011 101011 111010

Color Harmonies of #C2676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2676F

Black with #C2676F

Text Example


Text Example

White with #C2676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2676F; }

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

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

background-color css

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

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

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

border-color css

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

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

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