Html Css Color HEX #C76772 Cabaret

📋 copy color: '#C76772'

red 199 ◦ green 103 ◦ blue 114

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

Shades of Cabaret #C76772

Tints of Cabaret #C76772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.4%

R = 47.84%
G = 24.76%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C76772 (or 0xC76772) is known color: Cabaret. HEX triplet: C7, 67 and 72. RGB value is (199,103,114). Sum of RGB (Red+Green+Blue) = 199+103+114=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C76772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76772 is #38988D. Grayscale: #858585. Windows color (decimal): -3709070 or 7497671. OLE color: 7497671.

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

Color convert

RGB 199 103 114 -
CMYK 0 0.48 0.43 0.22
HSL 353.13º 0.46% 0.59% -
HSV(B) 353.13º 0.48% 0.78% -
XYZ 31.44 23.06 18.71 -
YUV 132.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 199 103 114 0 0.48 0.43 0.22 353.13 0.46 0.59
Hex C7 67 72 0 30 2B 16 161 2E 3B
Octal 307 147 162 0 60 53 26 541 56 73
Binary 11000111 1100111 1110010 0 110000 101011 10110 101100001 101110 111011

Color Harmonies of #C76772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76772

Black with #C76772

Text Example


Text Example

White with #C76772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76772; }

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

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

background-color css

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

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

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

border-color css

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

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

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