Html Css Color HEX #C64069 Cabaret

📋 copy color: '#C64069'

red 198 ◦ green 64 ◦ blue 105

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

Shades of Cabaret #C64069

Tints of Cabaret #C64069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.44%

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

R = 53.95%
G = 17.44%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C64069 (or 0xC64069) is known color: Cabaret. HEX triplet: C6, 40 and 69. RGB value is (198,64,105). Sum of RGB (Red+Green+Blue) = 198+64+105=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C64069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64069 is #39BF96. Grayscale: #6C6C6C. Windows color (decimal): -3784599 or 6897862. OLE color: 6897862.

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

Color convert

RGB 198 64 105 -
CMYK 0 0.68 0.47 0.22
HSL 341.64º 0.54% 0.51% -
HSV(B) 341.64º 0.68% 0.78% -
XYZ 27.67 16.69 15.13 -
YUV 108.74 125.89 191.67 -
System Red Green Blue C M Y K H S L
Decimal 198 64 105 0 0.68 0.47 0.22 341.64 0.54 0.51
Hex C6 40 69 0 44 2F 16 156 36 33
Octal 306 100 151 0 104 57 26 526 66 63
Binary 11000110 1000000 1101001 0 1000100 101111 10110 101010110 110110 110011

Color Harmonies of #C64069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64069

Black with #C64069

Text Example


Text Example

White with #C64069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64069; }

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

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

background-color css

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

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

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

border-color css

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

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

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