Html Css Color HEX #C76875 Cabaret

📋 copy color: '#C76875'

red 199 ◦ green 104 ◦ blue 117

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

Shades of Cabaret #C76875

Tints of Cabaret #C76875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 47.38%
G = 24.76%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C76875 (or 0xC76875) is known color: Cabaret. HEX triplet: C7, 68 and 75. RGB value is (199,104,117). Sum of RGB (Red+Green+Blue) = 199+104+117=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C76875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76875 is #38978A. Grayscale: #858585. Windows color (decimal): -3708811 or 7694535. OLE color: 7694535.

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

Color convert

RGB 199 104 117 -
CMYK 0 0.48 0.41 0.22
HSL 351.79º 0.46% 0.59% -
HSV(B) 351.79º 0.48% 0.78% -
XYZ 31.71 23.33 19.66 -
YUV 133.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 199 104 117 0 0.48 0.41 0.22 351.79 0.46 0.59
Hex C7 68 75 0 30 29 16 160 2E 3B
Octal 307 150 165 0 60 51 26 540 56 73
Binary 11000111 1101000 1110101 0 110000 101001 10110 101100000 101110 111011

Color Harmonies of #C76875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76875

Black with #C76875

Text Example


Text Example

White with #C76875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76875; }

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

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

background-color css

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

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

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

border-color css

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

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

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