Html Css Color HEX #C2676B Cabaret

📋 copy color: '#C2676B'

red 194 ◦ green 103 ◦ blue 107

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

Shades of Cabaret #C2676B

Tints of Cabaret #C2676B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.49%

R = 48.02%
G = 25.5%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2676B (or 0xC2676B) is known color: Cabaret. HEX triplet: C2, 67 and 6B. RGB value is (194,103,107). Sum of RGB (Red+Green+Blue) = 194+103+107=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2676B is #3D9894. Grayscale: #828282. Windows color (decimal): -4036757 or 7038914. OLE color: 7038914.

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

Color convert

RGB 194 103 107 -
CMYK 0 0.47 0.45 0.24
HSL 357.36º 0.43% 0.58% -
HSV(B) 357.36º 0.47% 0.76% -
XYZ 29.75 22.23 16.63 -
YUV 130.67 114.65 173.17 -
System Red Green Blue C M Y K H S L
Decimal 194 103 107 0 0.47 0.45 0.24 357.36 0.43 0.58
Hex C2 67 6B 0 2F 2D 18 165 2B 3A
Octal 302 147 153 0 57 55 30 545 53 72
Binary 11000010 1100111 1101011 0 101111 101101 11000 101100101 101011 111010

Color Harmonies of #C2676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2676B

Black with #C2676B

Text Example


Text Example

White with #C2676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2676B; }

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

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

background-color css

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

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

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

border-color css

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

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

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