Html Css Color HEX #C76675 Cabaret

📋 copy color: '#C76675'

red 199 ◦ green 102 ◦ blue 117

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

Shades of Cabaret #C76675

Tints of Cabaret #C76675

RGB

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

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

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

R = 47.61%
G = 24.4%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C76675 (or 0xC76675) is known color: Cabaret. HEX triplet: C7, 66 and 75. RGB value is (199,102,117). Sum of RGB (Red+Green+Blue) = 199+102+117=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C76675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76675 is #38998A. Grayscale: #848484. Windows color (decimal): -3709323 or 7694023. OLE color: 7694023.

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

Color convert

RGB 199 102 117 -
CMYK 0 0.49 0.41 0.22
HSL 350.72º 0.46% 0.59% -
HSV(B) 350.72º 0.49% 0.78% -
XYZ 31.52 22.93 19.59 -
YUV 132.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 199 102 117 0 0.49 0.41 0.22 350.72 0.46 0.59
Hex C7 66 75 0 31 29 16 15F 2E 3B
Octal 307 146 165 0 61 51 26 537 56 73
Binary 11000111 1100110 1110101 0 110001 101001 10110 101011111 101110 111011

Color Harmonies of #C76675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76675

Black with #C76675

Text Example


Text Example

White with #C76675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76675; }

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

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

background-color css

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

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

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

border-color css

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

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

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