Html Css Color HEX #C64F6C Cabaret

📋 copy color: '#C64F6C'

red 198 ◦ green 79 ◦ blue 108

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

Shades of Cabaret #C64F6C

Tints of Cabaret #C64F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.05%

R = 51.43%
G = 20.52%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C64F6C (or 0xC64F6C) is known color: Cabaret. HEX triplet: C6, 4F and 6C. RGB value is (198,79,108). Sum of RGB (Red+Green+Blue) = 198+79+108=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F6C is #39B093. Grayscale: #757575. Windows color (decimal): -3780756 or 7098310. OLE color: 7098310.

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

Color convert

RGB 198 79 108 -
CMYK 0 0.60 0.45 0.22
HSL 345.38º 0.51% 0.54% -
HSV(B) 345.38º 0.6% 0.78% -
XYZ 28.79 18.68 16.28 -
YUV 117.89 122.42 185.14 -
System Red Green Blue C M Y K H S L
Decimal 198 79 108 0 0.60 0.45 0.22 345.38 0.51 0.54
Hex C6 4F 6C 0 3C 2D 16 159 33 36
Octal 306 117 154 0 74 55 26 531 63 66
Binary 11000110 1001111 1101100 0 111100 101101 10110 101011001 110011 110110

Color Harmonies of #C64F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F6C

Black with #C64F6C

Text Example


Text Example

White with #C64F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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