Html Css Color HEX #C64869 Cabaret

📋 copy color: '#C64869'

red 198 ◦ green 72 ◦ blue 105

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

Shades of Cabaret #C64869

Tints of Cabaret #C64869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28%

R = 52.8%
G = 19.2%
B = 28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C64869 (or 0xC64869) is known color: Cabaret. HEX triplet: C6, 48 and 69. RGB value is (198,72,105). Sum of RGB (Red+Green+Blue) = 198+72+105=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C64869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64869 is #39B796. Grayscale: #717171. Windows color (decimal): -3782551 or 6899910. OLE color: 6899910.

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

Color convert

RGB 198 72 105 -
CMYK 0 0.64 0.47 0.22
HSL 344.29º 0.53% 0.53% -
HSV(B) 344.29º 0.64% 0.78% -
XYZ 28.16 17.66 15.29 -
YUV 113.44 123.24 188.32 -
System Red Green Blue C M Y K H S L
Decimal 198 72 105 0 0.64 0.47 0.22 344.29 0.53 0.53
Hex C6 48 69 0 40 2F 16 158 34 35
Octal 306 110 151 0 100 57 26 530 64 65
Binary 11000110 1001000 1101001 0 1000000 101111 10110 101011000 110100 110101

Color Harmonies of #C64869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64869

Black with #C64869

Text Example


Text Example

White with #C64869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64869; }

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

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

background-color css

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

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

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

border-color css

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

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

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