Html Css Color HEX #CA7EA3 Puce

📋 copy color: '#CA7EA3'

red 202 ◦ green 126 ◦ blue 163

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

Shades of Puce #CA7EA3

Tints of Puce #CA7EA3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.66%

 BLUE value IS 163 (64.06% from 255) = 33.2%

R = 41.14%
G = 25.66%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#CA7EA3 (or 0xCA7EA3) is known color: Puce. HEX triplet: CA, 7E and A3. RGB value is (202,126,163). Sum of RGB (Red+Green+Blue) = 202+126+163=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7EA3 is #35815C. Grayscale: #989898. Windows color (decimal): -3506525 or 10714826. OLE color: 10714826.

HSL color Cylindrical-coordinate representation of color #CA7EA3: hue angle of 330.79º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7EA3 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 126 163 -
CMYK 0 0.38 0.19 0.21
HSL 330.79º 0.42% 0.64% -
HSV(B) 330.79º 0.38% 0.79% -
XYZ 38.43 30.12 38.44 -
YUV 152.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 202 126 163 0 0.38 0.19 0.21 330.79 0.42 0.64
Hex CA 7E A3 0 26 13 15 14B 2A 40
Octal 312 176 243 0 46 23 25 513 52 100
Binary 11001010 1111110 10100011 0 100110 10011 10101 101001011 101010 1000000

Color Harmonies of #CA7EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7EA3

Black with #CA7EA3

Text Example


Text Example

White with #CA7EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7EA3; }

 p { color: rgb(202,126,163); }

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

background-color css

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

 a { background-color: rgb(202,126,163); }

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

border-color css

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

 span { border-color: rgb(202,126,163); }

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