Html Css Color HEX #CA476A Cabaret

📋 copy color: '#CA476A'

red 202 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #CA476A

Tints of Cabaret #CA476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.73%

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

R = 53.3%
G = 18.73%
B = 27.97%

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

#CA476A (or 0xCA476A) is known color: Cabaret. HEX triplet: CA, 47 and 6A. RGB value is (202,71,106). Sum of RGB (Red+Green+Blue) = 202+71+106=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA476A is #35B895. Grayscale: #727272. Windows color (decimal): -3520662 or 6965194. OLE color: 6965194.

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

Color convert

RGB 202 71 106 -
CMYK 0 0.65 0.48 0.21
HSL 343.97º 0.55% 0.54% -
HSV(B) 343.97º 0.65% 0.79% -
XYZ 29.21 18.1 15.59 -
YUV 114.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 202 71 106 0 0.65 0.48 0.21 343.97 0.55 0.54
Hex CA 47 6A 0 41 30 15 158 37 36
Octal 312 107 152 0 101 60 25 530 67 66
Binary 11001010 1000111 1101010 0 1000001 110000 10101 101011000 110111 110110

Color Harmonies of #CA476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA476A

Black with #CA476A

Text Example


Text Example

White with #CA476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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