Html Css Color HEX #C64865 Cabaret

📋 copy color: '#C64865'

red 198 ◦ green 72 ◦ blue 101

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

Shades of Cabaret #C64865

Tints of Cabaret #C64865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.41%

 BLUE value IS 101 (39.84% from 255) = 27.22%

R = 53.37%
G = 19.41%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C64865 (or 0xC64865) is known color: Cabaret. HEX triplet: C6, 48 and 65. RGB value is (198,72,101). Sum of RGB (Red+Green+Blue) = 198+72+101=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C64865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64865 is #39B79A. Grayscale: #707070. Windows color (decimal): -3782555 or 6637766. OLE color: 6637766.

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

Color convert

RGB 198 72 101 -
CMYK 0 0.64 0.49 0.22
HSL 346.19º 0.53% 0.53% -
HSV(B) 346.19º 0.64% 0.78% -
XYZ 27.96 17.58 14.23 -
YUV 112.98 121.24 188.64 -
System Red Green Blue C M Y K H S L
Decimal 198 72 101 0 0.64 0.49 0.22 346.19 0.53 0.53
Hex C6 48 65 0 40 31 16 15A 34 35
Octal 306 110 145 0 100 61 26 532 64 65
Binary 11000110 1001000 1100101 0 1000000 110001 10110 101011010 110100 110101

Color Harmonies of #C64865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64865

Black with #C64865

Text Example


Text Example

White with #C64865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64865; }

 p { color: rgb(198,72,101); }

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

background-color css

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

 a { background-color: rgb(198,72,101); }

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

border-color css

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

 span { border-color: rgb(198,72,101); }

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