Html Css Color HEX #CA4D6E Cabaret

📋 copy color: '#CA4D6E'

red 202 ◦ green 77 ◦ blue 110

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

Shades of Cabaret #CA4D6E

Tints of Cabaret #CA4D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.79%

 BLUE value IS 110 (43.36% from 255) = 28.28%

R = 51.93%
G = 19.79%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA4D6E (or 0xCA4D6E) is known color: Cabaret. HEX triplet: CA, 4D and 6E. RGB value is (202,77,110). Sum of RGB (Red+Green+Blue) = 202+77+110=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D6E is #35B291. Grayscale: #767676. Windows color (decimal): -3519122 or 7228874. OLE color: 7228874.

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

Color convert

RGB 202 77 110 -
CMYK 0 0.62 0.46 0.21
HSL 344.16º 0.54% 0.55% -
HSV(B) 344.16º 0.62% 0.79% -
XYZ 29.83 18.99 16.85 -
YUV 118.14 123.41 187.82 -
System Red Green Blue C M Y K H S L
Decimal 202 77 110 0 0.62 0.46 0.21 344.16 0.54 0.55
Hex CA 4D 6E 0 3E 2E 15 158 36 37
Octal 312 115 156 0 76 56 25 530 66 67
Binary 11001010 1001101 1101110 0 111110 101110 10101 101011000 110110 110111

Color Harmonies of #CA4D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D6E

Black with #CA4D6E

Text Example


Text Example

White with #CA4D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D6E; }

 p { color: rgb(202,77,110); }

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

background-color css

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

 a { background-color: rgb(202,77,110); }

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

border-color css

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

 span { border-color: rgb(202,77,110); }

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