Html Css Color HEX #C76770 Cabaret

📋 copy color: '#C76770'

red 199 ◦ green 103 ◦ blue 112

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

Shades of Cabaret #C76770

Tints of Cabaret #C76770

RGB

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

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

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

R = 48.07%
G = 24.88%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C76770 (or 0xC76770) is known color: Cabaret. HEX triplet: C7, 67 and 70. RGB value is (199,103,112). Sum of RGB (Red+Green+Blue) = 199+103+112=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C76770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76770 is #38988F. Grayscale: #848484. Windows color (decimal): -3709072 or 7366599. OLE color: 7366599.

HSL color Cylindrical-coordinate representation of color #C76770: hue angle of 354.38º 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 #C76770 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 103 112 -
CMYK 0 0.48 0.44 0.22
HSL 354.38º 0.46% 0.59% -
HSV(B) 354.38º 0.48% 0.78% -
XYZ 31.33 23.01 18.12 -
YUV 132.73 116.3 175.27 -
System Red Green Blue C M Y K H S L
Decimal 199 103 112 0 0.48 0.44 0.22 354.38 0.46 0.59
Hex C7 67 70 0 30 2C 16 162 2E 3B
Octal 307 147 160 0 60 54 26 542 56 73
Binary 11000111 1100111 1110000 0 110000 101100 10110 101100010 101110 111011

Color Harmonies of #C76770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76770

Black with #C76770

Text Example


Text Example

White with #C76770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76770; }

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

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

background-color css

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

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

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

border-color css

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

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

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