Html Css Color HEX #C64366 Cabaret

📋 copy color: '#C64366'

red 198 ◦ green 67 ◦ blue 102

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

Shades of Cabaret #C64366

Tints of Cabaret #C64366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.26%

 BLUE value IS 102 (40.23% from 255) = 27.79%

R = 53.95%
G = 18.26%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C64366 (or 0xC64366) is known color: Cabaret. HEX triplet: C6, 43 and 66. RGB value is (198,67,102). Sum of RGB (Red+Green+Blue) = 198+67+102=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C64366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64366 is #39BC99. Grayscale: #6E6E6E. Windows color (decimal): -3783834 or 6702022. OLE color: 6702022.

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

Color convert

RGB 198 67 102 -
CMYK 0 0.66 0.48 0.22
HSL 343.97º 0.53% 0.52% -
HSV(B) 343.97º 0.66% 0.78% -
XYZ 27.69 16.98 14.39 -
YUV 110.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 198 67 102 0 0.66 0.48 0.22 343.97 0.53 0.52
Hex C6 43 66 0 42 30 16 158 35 34
Octal 306 103 146 0 102 60 26 530 65 64
Binary 11000110 1000011 1100110 0 1000010 110000 10110 101011000 110101 110100

Color Harmonies of #C64366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64366

Black with #C64366

Text Example


Text Example

White with #C64366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64366; }

 p { color: rgb(198,67,102); }

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

background-color css

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

 a { background-color: rgb(198,67,102); }

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

border-color css

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

 span { border-color: rgb(198,67,102); }

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