Html Css Color HEX #CA7EA2 Puce

📋 copy color: '#CA7EA2'

red 202 ◦ green 126 ◦ blue 162

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

Shades of Puce #CA7EA2

Tints of Puce #CA7EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.06%

R = 41.22%
G = 25.71%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA7EA2 (or 0xCA7EA2) is known color: Puce. HEX triplet: CA, 7E and A2. RGB value is (202,126,162). Sum of RGB (Red+Green+Blue) = 202+126+162=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7EA2 is #35815D. Grayscale: #989898. Windows color (decimal): -3506526 or 10649290. OLE color: 10649290.

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

Color convert

RGB 202 126 162 -
CMYK 0 0.38 0.20 0.21
HSL 331.58º 0.42% 0.64% -
HSV(B) 331.58º 0.38% 0.79% -
XYZ 38.34 30.09 37.97 -
YUV 152.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 202 126 162 0 0.38 0.20 0.21 331.58 0.42 0.64
Hex CA 7E A2 0 26 14 15 14C 2A 40
Octal 312 176 242 0 46 24 25 514 52 100
Binary 11001010 1111110 10100010 0 100110 10100 10101 101001100 101010 1000000

Color Harmonies of #CA7EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7EA2

Black with #CA7EA2

Text Example


Text Example

White with #CA7EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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