Html Css Color HEX #C64F75 Cabaret

📋 copy color: '#C64F75'

red 198 ◦ green 79 ◦ blue 117

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

Shades of Cabaret #C64F75

Tints of Cabaret #C64F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 50.25%
G = 20.05%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C64F75 (or 0xC64F75) is known color: Cabaret. HEX triplet: C6, 4F and 75. RGB value is (198,79,117). Sum of RGB (Red+Green+Blue) = 198+79+117=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F75 is #39B08A. Grayscale: #767676. Windows color (decimal): -3780747 or 7688134. OLE color: 7688134.

HSL color Cylindrical-coordinate representation of color #C64F75: hue angle of 340.84º 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 #C64F75 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 79 117 -
CMYK 0 0.60 0.41 0.22
HSL 340.84º 0.51% 0.54% -
HSV(B) 340.84º 0.6% 0.78% -
XYZ 29.3 18.88 18.93 -
YUV 118.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 198 79 117 0 0.60 0.41 0.22 340.84 0.51 0.54
Hex C6 4F 75 0 3C 29 16 155 33 36
Octal 306 117 165 0 74 51 26 525 63 66
Binary 11000110 1001111 1110101 0 111100 101001 10110 101010101 110011 110110

Color Harmonies of #C64F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F75

Black with #C64F75

Text Example


Text Example

White with #C64F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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