Html Css Color HEX #C76474 Cabaret

📋 copy color: '#C76474'

red 199 ◦ green 100 ◦ blue 116

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

Shades of Cabaret #C76474

Tints of Cabaret #C76474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.1%

 BLUE value IS 116 (45.7% from 255) = 27.95%

R = 47.95%
G = 24.1%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C76474 (or 0xC76474) is known color: Cabaret. HEX triplet: C7, 64 and 74. RGB value is (199,100,116). Sum of RGB (Red+Green+Blue) = 199+100+116=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C76474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76474 is #389B8B. Grayscale: #838383. Windows color (decimal): -3709836 or 7627975. OLE color: 7627975.

HSL color Cylindrical-coordinate representation of color #C76474: hue angle of 350.3º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76474 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 100 116 -
CMYK 0 0.50 0.42 0.22
HSL 350.3º 0.47% 0.59% -
HSV(B) 350.3º 0.5% 0.78% -
XYZ 31.26 22.52 19.22 -
YUV 131.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 199 100 116 0 0.50 0.42 0.22 350.3 0.47 0.59
Hex C7 64 74 0 32 2A 16 15E 2F 3B
Octal 307 144 164 0 62 52 26 536 57 73
Binary 11000111 1100100 1110100 0 110010 101010 10110 101011110 101111 111011

Color Harmonies of #C76474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76474

Black with #C76474

Text Example


Text Example

White with #C76474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76474; }

 p { color: rgb(199,100,116); }

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

background-color css

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

 a { background-color: rgb(199,100,116); }

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

border-color css

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

 span { border-color: rgb(199,100,116); }

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