Html Css Color HEX #CA4977 Cabaret

📋 copy color: '#CA4977'

red 202 ◦ green 73 ◦ blue 119

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

Shades of Cabaret #CA4977

Tints of Cabaret #CA4977

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.53%

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

R = 51.27%
G = 18.53%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA4977 (or 0xCA4977) is known color: Cabaret. HEX triplet: CA, 49 and 77. RGB value is (202,73,119). Sum of RGB (Red+Green+Blue) = 202+73+119=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4977 is #35B688. Grayscale: #747474. Windows color (decimal): -3520137 or 7817674. OLE color: 7817674.

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

Color convert

RGB 202 73 119 -
CMYK 0 0.64 0.41 0.21
HSL 338.6º 0.55% 0.54% -
HSV(B) 338.6º 0.64% 0.79% -
XYZ 30.07 18.65 19.47 -
YUV 116.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 202 73 119 0 0.64 0.41 0.21 338.6 0.55 0.54
Hex CA 49 77 0 40 29 15 153 37 36
Octal 312 111 167 0 100 51 25 523 67 66
Binary 11001010 1001001 1110111 0 1000000 101001 10101 101010011 110111 110110

Color Harmonies of #CA4977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4977

Black with #CA4977

Text Example


Text Example

White with #CA4977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4977; }

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

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

background-color css

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

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

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

border-color css

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

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

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