Html Css Color HEX #C76470 Cabaret

📋 copy color: '#C76470'

red 199 ◦ green 100 ◦ blue 112

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

Shades of Cabaret #C76470

Tints of Cabaret #C76470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.33%

 BLUE value IS 112 (44.14% from 255) = 27.25%

R = 48.42%
G = 24.33%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C76470 (or 0xC76470) is known color: Cabaret. HEX triplet: C7, 64 and 70. RGB value is (199,100,112). Sum of RGB (Red+Green+Blue) = 199+100+112=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C76470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76470 is #389B8F. Grayscale: #838383. Windows color (decimal): -3709840 or 7365831. OLE color: 7365831.

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

Color convert

RGB 199 100 112 -
CMYK 0 0.50 0.44 0.22
HSL 352.73º 0.47% 0.59% -
HSV(B) 352.73º 0.5% 0.78% -
XYZ 31.03 22.43 18.02 -
YUV 130.97 117.3 176.52 -
System Red Green Blue C M Y K H S L
Decimal 199 100 112 0 0.50 0.44 0.22 352.73 0.47 0.59
Hex C7 64 70 0 32 2C 16 161 2F 3B
Octal 307 144 160 0 62 54 26 541 57 73
Binary 11000111 1100100 1110000 0 110010 101100 10110 101100001 101111 111011

Color Harmonies of #C76470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76470

Black with #C76470

Text Example


Text Example

White with #C76470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76470; }

 p { color: rgb(199,100,112); }

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

background-color css

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

 a { background-color: rgb(199,100,112); }

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

border-color css

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

 span { border-color: rgb(199,100,112); }

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