Html Css Color HEX #C64A6A Cabaret

📋 copy color: '#C64A6A'

red 198 ◦ green 74 ◦ blue 106

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

Shades of Cabaret #C64A6A

Tints of Cabaret #C64A6A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.58%

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 52.38%
G = 19.58%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C64A6A (or 0xC64A6A) is known color: Cabaret. HEX triplet: C6, 4A and 6A. RGB value is (198,74,106). Sum of RGB (Red+Green+Blue) = 198+74+106=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A6A is #39B595. Grayscale: #727272. Windows color (decimal): -3782038 or 6965958. OLE color: 6965958.

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

Color convert

RGB 198 74 106 -
CMYK 0 0.63 0.46 0.22
HSL 344.52º 0.52% 0.53% -
HSV(B) 344.52º 0.63% 0.78% -
XYZ 28.34 17.94 15.61 -
YUV 114.72 123.08 187.4 -
System Red Green Blue C M Y K H S L
Decimal 198 74 106 0 0.63 0.46 0.22 344.52 0.52 0.53
Hex C6 4A 6A 0 3F 2E 16 159 34 35
Octal 306 112 152 0 77 56 26 531 64 65
Binary 11000110 1001010 1101010 0 111111 101110 10110 101011001 110100 110101

Color Harmonies of #C64A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A6A

Black with #C64A6A

Text Example


Text Example

White with #C64A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A6A; }

 p { color: rgb(198,74,106); }

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

background-color css

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

 a { background-color: rgb(198,74,106); }

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

border-color css

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

 span { border-color: rgb(198,74,106); }

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