Html Css Color HEX #C76271 Cabaret

📋 copy color: '#C76271'

red 199 ◦ green 98 ◦ blue 113

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

Shades of Cabaret #C76271

Tints of Cabaret #C76271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

 BLUE value IS 113 (44.53% from 255) = 27.56%

R = 48.54%
G = 23.9%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C76271 (or 0xC76271) is known color: Cabaret. HEX triplet: C7, 62 and 71. RGB value is (199,98,113). Sum of RGB (Red+Green+Blue) = 199+98+113=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C76271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76271 is #389D8E. Grayscale: #818181. Windows color (decimal): -3710351 or 7430855. OLE color: 7430855.

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

Color convert

RGB 199 98 113 -
CMYK 0 0.51 0.43 0.22
HSL 351.09º 0.47% 0.58% -
HSV(B) 351.09º 0.51% 0.78% -
XYZ 30.9 22.07 18.25 -
YUV 129.91 118.46 177.28 -
System Red Green Blue C M Y K H S L
Decimal 199 98 113 0 0.51 0.43 0.22 351.09 0.47 0.58
Hex C7 62 71 0 33 2B 16 15F 2F 3A
Octal 307 142 161 0 63 53 26 537 57 72
Binary 11000111 1100010 1110001 0 110011 101011 10110 101011111 101111 111010

Color Harmonies of #C76271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76271

Black with #C76271

Text Example


Text Example

White with #C76271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76271; }

 p { color: rgb(199,98,113); }

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

background-color css

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

 a { background-color: rgb(199,98,113); }

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

border-color css

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

 span { border-color: rgb(199,98,113); }

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