Html Css Color HEX #C64B68 Cabaret

📋 copy color: '#C64B68'

red 198 ◦ green 75 ◦ blue 104

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

Shades of Cabaret #C64B68

Tints of Cabaret #C64B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.89%

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

R = 52.52%
G = 19.89%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C64B68 (or 0xC64B68) is known color: Cabaret. HEX triplet: C6, 4B and 68. RGB value is (198,75,104). Sum of RGB (Red+Green+Blue) = 198+75+104=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B68 is #39B497. Grayscale: #737373. Windows color (decimal): -3781784 or 6835142. OLE color: 6835142.

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

Color convert

RGB 198 75 104 -
CMYK 0 0.62 0.47 0.22
HSL 345.85º 0.52% 0.54% -
HSV(B) 345.85º 0.62% 0.78% -
XYZ 28.3 18.04 15.09 -
YUV 115.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 198 75 104 0 0.62 0.47 0.22 345.85 0.52 0.54
Hex C6 4B 68 0 3E 2F 16 15A 34 36
Octal 306 113 150 0 76 57 26 532 64 66
Binary 11000110 1001011 1101000 0 111110 101111 10110 101011010 110100 110110

Color Harmonies of #C64B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B68

Black with #C64B68

Text Example


Text Example

White with #C64B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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