Html Css Color HEX #C76776 Cabaret

📋 copy color: '#C76776'

red 199 ◦ green 103 ◦ blue 118

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

Shades of Cabaret #C76776

Tints of Cabaret #C76776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.1%

R = 47.38%
G = 24.52%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C76776 (or 0xC76776) is known color: Cabaret. HEX triplet: C7, 67 and 76. RGB value is (199,103,118). Sum of RGB (Red+Green+Blue) = 199+103+118=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C76776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76776 is #389889. Grayscale: #858585. Windows color (decimal): -3709066 or 7759815. OLE color: 7759815.

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

Color convert

RGB 199 103 118 -
CMYK 0 0.48 0.41 0.22
HSL 350.63º 0.46% 0.59% -
HSV(B) 350.63º 0.48% 0.78% -
XYZ 31.67 23.15 19.94 -
YUV 133.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 199 103 118 0 0.48 0.41 0.22 350.63 0.46 0.59
Hex C7 67 76 0 30 29 16 15F 2E 3B
Octal 307 147 166 0 60 51 26 537 56 73
Binary 11000111 1100111 1110110 0 110000 101001 10110 101011111 101110 111011

Color Harmonies of #C76776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76776

Black with #C76776

Text Example


Text Example

White with #C76776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76776; }

 p { color: rgb(199,103,118); }

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

background-color css

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

 a { background-color: rgb(199,103,118); }

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

border-color css

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

 span { border-color: rgb(199,103,118); }

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