Html Css Color HEX #C64C62 Cabaret

📋 copy color: '#C64C62'

red 198 ◦ green 76 ◦ blue 98

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

Shades of Cabaret #C64C62

Tints of Cabaret #C64C62

RGB

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

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

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

R = 53.23%
G = 20.43%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C64C62 (or 0xC64C62) is known color: Cabaret. HEX triplet: C6, 4C and 62. RGB value is (198,76,98). Sum of RGB (Red+Green+Blue) = 198+76+98=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C62 is #39B39D. Grayscale: #737373. Windows color (decimal): -3781534 or 6442182. OLE color: 6442182.

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

Color convert

RGB 198 76 98 -
CMYK 0 0.62 0.51 0.22
HSL 349.18º 0.52% 0.54% -
HSV(B) 349.18º 0.62% 0.78% -
XYZ 28.08 18.06 13.56 -
YUV 114.99 118.42 187.21 -
System Red Green Blue C M Y K H S L
Decimal 198 76 98 0 0.62 0.51 0.22 349.18 0.52 0.54
Hex C6 4C 62 0 3E 33 16 15D 34 36
Octal 306 114 142 0 76 63 26 535 64 66
Binary 11000110 1001100 1100010 0 111110 110011 10110 101011101 110100 110110

Color Harmonies of #C64C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64C62

Black with #C64C62

Text Example


Text Example

White with #C64C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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