Html Css Color HEX #CA466A Cabaret

📋 copy color: '#CA466A'

red 202 ◦ green 70 ◦ blue 106

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

Shades of Cabaret #CA466A

Tints of Cabaret #CA466A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 53.44%
G = 18.52%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA466A (or 0xCA466A) is known color: Cabaret. HEX triplet: CA, 46 and 6A. RGB value is (202,70,106). Sum of RGB (Red+Green+Blue) = 202+70+106=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA466A is #35B995. Grayscale: #717171. Windows color (decimal): -3520918 or 6964938. OLE color: 6964938.

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

Color convert

RGB 202 70 106 -
CMYK 0 0.65 0.48 0.21
HSL 343.64º 0.55% 0.53% -
HSV(B) 343.64º 0.65% 0.79% -
XYZ 29.15 17.98 15.57 -
YUV 113.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 202 70 106 0 0.65 0.48 0.21 343.64 0.55 0.53
Hex CA 46 6A 0 41 30 15 158 37 35
Octal 312 106 152 0 101 60 25 530 67 65
Binary 11001010 1000110 1101010 0 1000001 110000 10101 101011000 110111 110101

Color Harmonies of #CA466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA466A

Black with #CA466A

Text Example


Text Example

White with #CA466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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