Html Css Color HEX #C76278 Cabaret

📋 copy color: '#C76278'

red 199 ◦ green 98 ◦ blue 120

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

Shades of Cabaret #C76278

Tints of Cabaret #C76278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.78%

R = 47.72%
G = 23.5%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C76278 (or 0xC76278) is known color: Cabaret. HEX triplet: C7, 62 and 78. RGB value is (199,98,120). Sum of RGB (Red+Green+Blue) = 199+98+120=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C76278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76278 is #389D87. Grayscale: #828282. Windows color (decimal): -3710344 or 7889607. OLE color: 7889607.

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

Color convert

RGB 199 98 120 -
CMYK 0 0.51 0.40 0.22
HSL 346.93º 0.47% 0.58% -
HSV(B) 346.93º 0.51% 0.78% -
XYZ 31.31 22.23 20.41 -
YUV 130.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 199 98 120 0 0.51 0.40 0.22 346.93 0.47 0.58
Hex C7 62 78 0 33 28 16 15B 2F 3A
Octal 307 142 170 0 63 50 26 533 57 72
Binary 11000111 1100010 1111000 0 110011 101000 10110 101011011 101111 111010

Color Harmonies of #C76278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76278

Black with #C76278

Text Example


Text Example

White with #C76278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76278; }

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

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

background-color css

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

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

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

border-color css

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

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

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