Html Css Color HEX #C64F70 Cabaret

📋 copy color: '#C64F70'

red 198 ◦ green 79 ◦ blue 112

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

Shades of Cabaret #C64F70

Tints of Cabaret #C64F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.31%

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

R = 50.9%
G = 20.31%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C64F70 (or 0xC64F70) is known color: Cabaret. HEX triplet: C6, 4F and 70. RGB value is (198,79,112). Sum of RGB (Red+Green+Blue) = 198+79+112=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F70 is #39B08F. Grayscale: #767676. Windows color (decimal): -3780752 or 7360454. OLE color: 7360454.

HSL color Cylindrical-coordinate representation of color #C64F70: hue angle of 343.36º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F70 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 79 112 -
CMYK 0 0.60 0.43 0.22
HSL 343.36º 0.51% 0.54% -
HSV(B) 343.36º 0.6% 0.78% -
XYZ 29.01 18.77 17.42 -
YUV 118.34 124.42 184.82 -
System Red Green Blue C M Y K H S L
Decimal 198 79 112 0 0.60 0.43 0.22 343.36 0.51 0.54
Hex C6 4F 70 0 3C 2B 16 157 33 36
Octal 306 117 160 0 74 53 26 527 63 66
Binary 11000110 1001111 1110000 0 111100 101011 10110 101010111 110011 110110

Color Harmonies of #C64F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F70

Black with #C64F70

Text Example


Text Example

White with #C64F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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