Html Css Color HEX #CA476D Cabaret

📋 copy color: '#CA476D'

red 202 ◦ green 71 ◦ blue 109

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

Shades of Cabaret #CA476D

Tints of Cabaret #CA476D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 52.88%
G = 18.59%
B = 28.53%

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

#CA476D (or 0xCA476D) is known color: Cabaret. HEX triplet: CA, 47 and 6D. RGB value is (202,71,109). Sum of RGB (Red+Green+Blue) = 202+71+109=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA476D is #35B892. Grayscale: #727272. Windows color (decimal): -3520659 or 7161802. OLE color: 7161802.

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

Color convert

RGB 202 71 109 -
CMYK 0 0.65 0.46 0.21
HSL 342.6º 0.55% 0.54% -
HSV(B) 342.6º 0.65% 0.79% -
XYZ 29.37 18.17 16.43 -
YUV 114.5 124.9 190.41 -
System Red Green Blue C M Y K H S L
Decimal 202 71 109 0 0.65 0.46 0.21 342.6 0.55 0.54
Hex CA 47 6D 0 41 2E 15 157 37 36
Octal 312 107 155 0 101 56 25 527 67 66
Binary 11001010 1000111 1101101 0 1000001 101110 10101 101010111 110111 110110

Color Harmonies of #CA476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA476D

Black with #CA476D

Text Example


Text Example

White with #CA476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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