Html Css Color HEX #C64169 Cabaret

📋 copy color: '#C64169'

red 198 ◦ green 65 ◦ blue 105

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

Shades of Cabaret #C64169

Tints of Cabaret #C64169

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.66%

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

R = 53.8%
G = 17.66%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C64169 (or 0xC64169) is known color: Cabaret. HEX triplet: C6, 41 and 69. RGB value is (198,65,105). Sum of RGB (Red+Green+Blue) = 198+65+105=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C64169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64169 is #39BE96. Grayscale: #6D6D6D. Windows color (decimal): -3784343 or 6898118. OLE color: 6898118.

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

Color convert

RGB 198 65 105 -
CMYK 0 0.67 0.47 0.22
HSL 341.95º 0.54% 0.52% -
HSV(B) 341.95º 0.67% 0.78% -
XYZ 27.73 16.81 15.15 -
YUV 109.33 125.56 191.25 -
System Red Green Blue C M Y K H S L
Decimal 198 65 105 0 0.67 0.47 0.22 341.95 0.54 0.52
Hex C6 41 69 0 43 2F 16 156 36 34
Octal 306 101 151 0 103 57 26 526 66 64
Binary 11000110 1000001 1101001 0 1000011 101111 10110 101010110 110110 110100

Color Harmonies of #C64169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64169

Black with #C64169

Text Example


Text Example

White with #C64169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64169; }

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

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

background-color css

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

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

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

border-color css

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

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

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