Html Css Color HEX #C76372 Cabaret

📋 copy color: '#C76372'

red 199 ◦ green 99 ◦ blue 114

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

Shades of Cabaret #C76372

Tints of Cabaret #C76372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.03%

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

R = 48.3%
G = 24.03%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C76372 (or 0xC76372) is known color: Cabaret. HEX triplet: C7, 63 and 72. RGB value is (199,99,114). Sum of RGB (Red+Green+Blue) = 199+99+114=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C76372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76372 is #389C8D. Grayscale: #828282. Windows color (decimal): -3710094 or 7496647. OLE color: 7496647.

HSL color Cylindrical-coordinate representation of color #C76372: hue angle of 351º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76372 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 99 114 -
CMYK 0 0.50 0.43 0.22
HSL 351º 0.47% 0.58% -
HSV(B) 351º 0.5% 0.78% -
XYZ 31.05 22.28 18.58 -
YUV 130.61 118.63 176.78 -
System Red Green Blue C M Y K H S L
Decimal 199 99 114 0 0.50 0.43 0.22 351 0.47 0.58
Hex C7 63 72 0 32 2B 16 15F 2F 3A
Octal 307 143 162 0 62 53 26 537 57 72
Binary 11000111 1100011 1110010 0 110010 101011 10110 101011111 101111 111010

Color Harmonies of #C76372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76372

Black with #C76372

Text Example


Text Example

White with #C76372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76372; }

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

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

background-color css

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

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

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

border-color css

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

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

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