Html Css Color HEX #C64260 Cabaret

📋 copy color: '#C64260'

red 198 ◦ green 66 ◦ blue 96

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

Shades of Cabaret #C64260

Tints of Cabaret #C64260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.33%

 BLUE value IS 96 (37.89% from 255) = 26.67%

R = 55%
G = 18.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C64260 (or 0xC64260) is known color: Cabaret. HEX triplet: C6, 42 and 60. RGB value is (198,66,96). Sum of RGB (Red+Green+Blue) = 198+66+96=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C64260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64260 is #39BD9F. Grayscale: #6C6C6C. Windows color (decimal): -3784096 or 6308550. OLE color: 6308550.

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

Color convert

RGB 198 66 96 -
CMYK 0 0.67 0.52 0.22
HSL 346.36º 0.54% 0.52% -
HSV(B) 346.36º 0.67% 0.78% -
XYZ 27.35 16.75 12.86 -
YUV 108.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 198 66 96 0 0.67 0.52 0.22 346.36 0.54 0.52
Hex C6 42 60 0 43 34 16 15A 36 34
Octal 306 102 140 0 103 64 26 532 66 64
Binary 11000110 1000010 1100000 0 1000011 110100 10110 101011010 110110 110100

Color Harmonies of #C64260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64260

Black with #C64260

Text Example


Text Example

White with #C64260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64260; }

 p { color: rgb(198,66,96); }

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

background-color css

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

 a { background-color: rgb(198,66,96); }

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

border-color css

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

 span { border-color: rgb(198,66,96); }

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