Html Css Color HEX #C65E70 Cabaret

📋 copy color: '#C65E70'

red 198 ◦ green 94 ◦ blue 112

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

Shades of Cabaret #C65E70

Tints of Cabaret #C65E70

RGB

 RED value IS 198 (77.73% from 255) = 49.01%

 GREEN value IS 94 (37.11% from 255) = 23.27%

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

R = 49.01%
G = 23.27%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C65E70 (or 0xC65E70) is known color: Cabaret. HEX triplet: C6, 5E and 70. RGB value is (198,94,112). Sum of RGB (Red+Green+Blue) = 198+94+112=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65E70 is #39A18F. Grayscale: #7F7F7F. Windows color (decimal): -3776912 or 7364294. OLE color: 7364294.

HSL color Cylindrical-coordinate representation of color #C65E70: hue angle of 349.62º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65E70 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 94 112 -
CMYK 0 0.53 0.43 0.22
HSL 349.62º 0.48% 0.57% -
HSV(B) 349.62º 0.53% 0.78% -
XYZ 30.22 21.18 17.83 -
YUV 127.15 119.46 178.54 -
System Red Green Blue C M Y K H S L
Decimal 198 94 112 0 0.53 0.43 0.22 349.62 0.48 0.57
Hex C6 5E 70 0 35 2B 16 15E 30 39
Octal 306 136 160 0 65 53 26 536 60 71
Binary 11000110 1011110 1110000 0 110101 101011 10110 101011110 110000 111001

Color Harmonies of #C65E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65E70

Black with #C65E70

Text Example


Text Example

White with #C65E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65E70; }

 p { color: rgb(198,94,112); }

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

background-color css

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

 a { background-color: rgb(198,94,112); }

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

border-color css

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

 span { border-color: rgb(198,94,112); }

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