Html Css Color HEX #C64C75 Cabaret

📋 copy color: '#C64C75'

red 198 ◦ green 76 ◦ blue 117

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

Shades of Cabaret #C64C75

Tints of Cabaret #C64C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.44%

 BLUE value IS 117 (46.09% from 255) = 29.92%

R = 50.64%
G = 19.44%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C64C75 (or 0xC64C75) is known color: Cabaret. HEX triplet: C6, 4C and 75. RGB value is (198,76,117). Sum of RGB (Red+Green+Blue) = 198+76+117=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C75 is #39B38A. Grayscale: #757575. Windows color (decimal): -3781515 or 7687366. OLE color: 7687366.

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

Color convert

RGB 198 76 117 -
CMYK 0 0.62 0.41 0.22
HSL 339.84º 0.52% 0.54% -
HSV(B) 339.84º 0.62% 0.78% -
XYZ 29.08 18.46 18.86 -
YUV 117.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 198 76 117 0 0.62 0.41 0.22 339.84 0.52 0.54
Hex C6 4C 75 0 3E 29 16 154 34 36
Octal 306 114 165 0 76 51 26 524 64 66
Binary 11000110 1001100 1110101 0 111110 101001 10110 101010100 110100 110110

Color Harmonies of #C64C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64C75

Black with #C64C75

Text Example


Text Example

White with #C64C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64C75; }

 p { color: rgb(198,76,117); }

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

background-color css

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

 a { background-color: rgb(198,76,117); }

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

border-color css

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

 span { border-color: rgb(198,76,117); }

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