Html Css Color HEX #C76970 Cabaret

📋 copy color: '#C76970'

red 199 ◦ green 105 ◦ blue 112

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

Shades of Cabaret #C76970

Tints of Cabaret #C76970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.24%

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

R = 47.84%
G = 25.24%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C76970 (or 0xC76970) is known color: Cabaret. HEX triplet: C7, 69 and 70. RGB value is (199,105,112). Sum of RGB (Red+Green+Blue) = 199+105+112=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C76970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76970 is #38968F. Grayscale: #858585. Windows color (decimal): -3708560 or 7367111. OLE color: 7367111.

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

Color convert

RGB 199 105 112 -
CMYK 0 0.47 0.44 0.22
HSL 355.53º 0.46% 0.6% -
HSV(B) 355.53º 0.47% 0.78% -
XYZ 31.53 23.42 18.19 -
YUV 133.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 199 105 112 0 0.47 0.44 0.22 355.53 0.46 0.6
Hex C7 69 70 0 2F 2C 16 164 2E 3C
Octal 307 151 160 0 57 54 26 544 56 74
Binary 11000111 1101001 1110000 0 101111 101100 10110 101100100 101110 111100

Color Harmonies of #C76970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76970

Black with #C76970

Text Example


Text Example

White with #C76970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76970; }

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

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

background-color css

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

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

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

border-color css

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

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

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