Html Css Color HEX #C76670 Cabaret

📋 copy color: '#C76670'

red 199 ◦ green 102 ◦ blue 112

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

Shades of Cabaret #C76670

Tints of Cabaret #C76670

RGB

 RED value IS 199 (78.13% from 255) = 48.18%

 GREEN value IS 102 (40.23% from 255) = 24.7%

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 48.18%
G = 24.7%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C76670 (or 0xC76670) is known color: Cabaret. HEX triplet: C7, 66 and 70. RGB value is (199,102,112). Sum of RGB (Red+Green+Blue) = 199+102+112=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C76670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76670 is #38998F. Grayscale: #848484. Windows color (decimal): -3709328 or 7366343. OLE color: 7366343.

HSL color Cylindrical-coordinate representation of color #C76670: hue angle of 353.81º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76670 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 102 112 -
CMYK 0 0.49 0.44 0.22
HSL 353.81º 0.46% 0.59% -
HSV(B) 353.81º 0.49% 0.78% -
XYZ 31.23 22.81 18.09 -
YUV 132.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 199 102 112 0 0.49 0.44 0.22 353.81 0.46 0.59
Hex C7 66 70 0 31 2C 16 162 2E 3B
Octal 307 146 160 0 61 54 26 542 56 73
Binary 11000111 1100110 1110000 0 110001 101100 10110 101100010 101110 111011

Color Harmonies of #C76670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76670

Black with #C76670

Text Example


Text Example

White with #C76670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76670; }

 p { color: rgb(199,102,112); }

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

background-color css

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

 a { background-color: rgb(199,102,112); }

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

border-color css

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

 span { border-color: rgb(199,102,112); }

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