Html Css Color HEX #C76674 Cabaret

📋 copy color: '#C76674'

red 199 ◦ green 102 ◦ blue 116

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

Shades of Cabaret #C76674

Tints of Cabaret #C76674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.46%

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

R = 47.72%
G = 24.46%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C76674 (or 0xC76674) is known color: Cabaret. HEX triplet: C7, 66 and 74. RGB value is (199,102,116). Sum of RGB (Red+Green+Blue) = 199+102+116=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C76674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76674 is #38998B. Grayscale: #848484. Windows color (decimal): -3709324 or 7628487. OLE color: 7628487.

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

Color convert

RGB 199 102 116 -
CMYK 0 0.49 0.42 0.22
HSL 351.34º 0.46% 0.59% -
HSV(B) 351.34º 0.49% 0.78% -
XYZ 31.46 22.91 19.29 -
YUV 132.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 199 102 116 0 0.49 0.42 0.22 351.34 0.46 0.59
Hex C7 66 74 0 31 2A 16 15F 2E 3B
Octal 307 146 164 0 61 52 26 537 56 73
Binary 11000111 1100110 1110100 0 110001 101010 10110 101011111 101110 111011

Color Harmonies of #C76674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76674

Black with #C76674

Text Example


Text Example

White with #C76674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76674; }

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

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

background-color css

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

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

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

border-color css

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

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

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