Html Css Color HEX #C76572 Cabaret

📋 copy color: '#C76572'

red 199 ◦ green 101 ◦ blue 114

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

Shades of Cabaret #C76572

Tints of Cabaret #C76572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.4%

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 48.07%
G = 24.4%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C76572 (or 0xC76572) is known color: Cabaret. HEX triplet: C7, 65 and 72. RGB value is (199,101,114). Sum of RGB (Red+Green+Blue) = 199+101+114=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C76572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76572 is #389A8D. Grayscale: #838383. Windows color (decimal): -3709582 or 7497159. OLE color: 7497159.

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

Color convert

RGB 199 101 114 -
CMYK 0 0.49 0.43 0.22
HSL 352.04º 0.47% 0.59% -
HSV(B) 352.04º 0.49% 0.78% -
XYZ 31.24 22.66 18.65 -
YUV 131.78 117.97 175.94 -
System Red Green Blue C M Y K H S L
Decimal 199 101 114 0 0.49 0.43 0.22 352.04 0.47 0.59
Hex C7 65 72 0 31 2B 16 160 2F 3B
Octal 307 145 162 0 61 53 26 540 57 73
Binary 11000111 1100101 1110010 0 110001 101011 10110 101100000 101111 111011

Color Harmonies of #C76572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76572

Black with #C76572

Text Example


Text Example

White with #C76572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76572; }

 p { color: rgb(199,101,114); }

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

background-color css

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

 a { background-color: rgb(199,101,114); }

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

border-color css

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

 span { border-color: rgb(199,101,114); }

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