Html Css Color HEX #C64A62 Cabaret

📋 copy color: '#C64A62'

red 198 ◦ green 74 ◦ blue 98

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

Shades of Cabaret #C64A62

Tints of Cabaret #C64A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.49%

R = 53.51%
G = 20%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C64A62 (or 0xC64A62) is known color: Cabaret. HEX triplet: C6, 4A and 62. RGB value is (198,74,98). Sum of RGB (Red+Green+Blue) = 198+74+98=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A62 is #39B59D. Grayscale: #717171. Windows color (decimal): -3782046 or 6441670. OLE color: 6441670.

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

Color convert

RGB 198 74 98 -
CMYK 0 0.63 0.51 0.22
HSL 348.39º 0.52% 0.53% -
HSV(B) 348.39º 0.63% 0.78% -
XYZ 27.94 17.79 13.52 -
YUV 113.81 119.08 188.05 -
System Red Green Blue C M Y K H S L
Decimal 198 74 98 0 0.63 0.51 0.22 348.39 0.52 0.53
Hex C6 4A 62 0 3F 33 16 15C 34 35
Octal 306 112 142 0 77 63 26 534 64 65
Binary 11000110 1001010 1100010 0 111111 110011 10110 101011100 110100 110101

Color Harmonies of #C64A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A62

Black with #C64A62

Text Example


Text Example

White with #C64A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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