Html Css Color HEX #CA466E Cabaret

📋 copy color: '#CA466E'

red 202 ◦ green 70 ◦ blue 110

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

Shades of Cabaret #CA466E

Tints of Cabaret #CA466E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

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

R = 52.88%
G = 18.32%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA466E (or 0xCA466E) is known color: Cabaret. HEX triplet: CA, 46 and 6E. RGB value is (202,70,110). Sum of RGB (Red+Green+Blue) = 202+70+110=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA466E is #35B991. Grayscale: #717171. Windows color (decimal): -3520914 or 7227082. OLE color: 7227082.

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

Color convert

RGB 202 70 110 -
CMYK 0 0.65 0.46 0.21
HSL 341.82º 0.55% 0.53% -
HSV(B) 341.82º 0.65% 0.79% -
XYZ 29.36 18.06 16.69 -
YUV 114.03 125.73 190.75 -
System Red Green Blue C M Y K H S L
Decimal 202 70 110 0 0.65 0.46 0.21 341.82 0.55 0.53
Hex CA 46 6E 0 41 2E 15 156 37 35
Octal 312 106 156 0 101 56 25 526 67 65
Binary 11001010 1000110 1101110 0 1000001 101110 10101 101010110 110111 110101

Color Harmonies of #CA466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA466E

Black with #CA466E

Text Example


Text Example

White with #CA466E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA466E; }

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

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

background-color css

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

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

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

border-color css

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

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

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