Html Css Color HEX #C64268 Cabaret

📋 copy color: '#C64268'

red 198 ◦ green 66 ◦ blue 104

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

Shades of Cabaret #C64268

Tints of Cabaret #C64268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.26%

R = 53.8%
G = 17.93%
B = 28.26%

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

#C64268 (or 0xC64268) is known color: Cabaret. HEX triplet: C6, 42 and 68. RGB value is (198,66,104). Sum of RGB (Red+Green+Blue) = 198+66+104=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C64268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64268 is #39BD97. Grayscale: #6D6D6D. Windows color (decimal): -3784088 or 6832838. OLE color: 6832838.

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

Color convert

RGB 198 66 104 -
CMYK 0 0.67 0.47 0.22
HSL 342.73º 0.54% 0.52% -
HSV(B) 342.73º 0.67% 0.78% -
XYZ 27.74 16.9 14.9 -
YUV 109.8 124.73 190.91 -
System Red Green Blue C M Y K H S L
Decimal 198 66 104 0 0.67 0.47 0.22 342.73 0.54 0.52
Hex C6 42 68 0 43 2F 16 157 36 34
Octal 306 102 150 0 103 57 26 527 66 64
Binary 11000110 1000010 1101000 0 1000011 101111 10110 101010111 110110 110100

Color Harmonies of #C64268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64268

Black with #C64268

Text Example


Text Example

White with #C64268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64268; }

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

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

background-color css

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

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

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

border-color css

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

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

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