Html Css Color HEX #CA4C77 Cabaret

📋 copy color: '#CA4C77'

red 202 ◦ green 76 ◦ blue 119

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

Shades of Cabaret #CA4C77

Tints of Cabaret #CA4C77

RGB

 RED value IS 202 (79.3% from 255) = 50.88%

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

 BLUE value IS 119 (46.88% from 255) = 29.97%

R = 50.88%
G = 19.14%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA4C77 (or 0xCA4C77) is known color: Cabaret. HEX triplet: CA, 4C and 77. RGB value is (202,76,119). Sum of RGB (Red+Green+Blue) = 202+76+119=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4C77 is #35B388. Grayscale: #767676. Windows color (decimal): -3519369 or 7818442. OLE color: 7818442.

HSL color Cylindrical-coordinate representation of color #CA4C77: hue angle of 339.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4C77 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 76 119 -
CMYK 0 0.62 0.41 0.21
HSL 339.52º 0.54% 0.55% -
HSV(B) 339.52º 0.62% 0.79% -
XYZ 30.27 19.06 19.54 -
YUV 118.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 202 76 119 0 0.62 0.41 0.21 339.52 0.54 0.55
Hex CA 4C 77 0 3E 29 15 154 36 37
Octal 312 114 167 0 76 51 25 524 66 67
Binary 11001010 1001100 1110111 0 111110 101001 10101 101010100 110110 110111

Color Harmonies of #CA4C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4C77

Black with #CA4C77

Text Example


Text Example

White with #CA4C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4C77; }

 p { color: rgb(202,76,119); }

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

background-color css

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

 a { background-color: rgb(202,76,119); }

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

border-color css

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

 span { border-color: rgb(202,76,119); }

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