Html Css Color HEX #C76068 Cabaret

📋 copy color: '#C76068'

red 199 ◦ green 96 ◦ blue 104

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

Shades of Cabaret #C76068

Tints of Cabaret #C76068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.06%

 BLUE value IS 104 (41.02% from 255) = 26.07%

R = 49.87%
G = 24.06%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C76068 (or 0xC76068) is known color: Cabaret. HEX triplet: C7, 60 and 68. RGB value is (199,96,104). Sum of RGB (Red+Green+Blue) = 199+96+104=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C76068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76068 is #389F97. Grayscale: #7F7F7F. Windows color (decimal): -3710872 or 6840519. OLE color: 6840519.

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

Color convert

RGB 199 96 104 -
CMYK 0 0.52 0.48 0.22
HSL 355.34º 0.48% 0.58% -
HSV(B) 355.34º 0.52% 0.78% -
XYZ 30.23 21.51 15.65 -
YUV 127.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 199 96 104 0 0.52 0.48 0.22 355.34 0.48 0.58
Hex C7 60 68 0 34 30 16 163 30 3A
Octal 307 140 150 0 64 60 26 543 60 72
Binary 11000111 1100000 1101000 0 110100 110000 10110 101100011 110000 111010

Color Harmonies of #C76068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76068

Black with #C76068

Text Example


Text Example

White with #C76068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76068; }

 p { color: rgb(199,96,104); }

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

background-color css

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

 a { background-color: rgb(199,96,104); }

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

border-color css

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

 span { border-color: rgb(199,96,104); }

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