Html Css Color HEX #C76874 Cabaret

📋 copy color: '#C76874'

red 199 ◦ green 104 ◦ blue 116

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

Shades of Cabaret #C76874

Tints of Cabaret #C76874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.82%

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

R = 47.49%
G = 24.82%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C76874 (or 0xC76874) is known color: Cabaret. HEX triplet: C7, 68 and 74. RGB value is (199,104,116). Sum of RGB (Red+Green+Blue) = 199+104+116=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C76874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76874 is #38978B. Grayscale: #858585. Windows color (decimal): -3708812 or 7628999. OLE color: 7628999.

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

Color convert

RGB 199 104 116 -
CMYK 0 0.48 0.42 0.22
HSL 352.42º 0.46% 0.59% -
HSV(B) 352.42º 0.48% 0.78% -
XYZ 31.66 23.3 19.35 -
YUV 133.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 199 104 116 0 0.48 0.42 0.22 352.42 0.46 0.59
Hex C7 68 74 0 30 2A 16 160 2E 3B
Octal 307 150 164 0 60 52 26 540 56 73
Binary 11000111 1101000 1110100 0 110000 101010 10110 101100000 101110 111011

Color Harmonies of #C76874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76874

Black with #C76874

Text Example


Text Example

White with #C76874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76874; }

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

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

background-color css

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

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

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

border-color css

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

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

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