Html Css Color HEX #CA7FA4 Puce

📋 copy color: '#CA7FA4'

red 202 ◦ green 127 ◦ blue 164

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

Shades of Puce #CA7FA4

Tints of Puce #CA7FA4

RGB

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

 GREEN value IS 127 (50% from 255) = 25.76%

 BLUE value IS 164 (64.45% from 255) = 33.27%

R = 40.97%
G = 25.76%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#CA7FA4 (or 0xCA7FA4) is known color: Puce. HEX triplet: CA, 7F and A4. RGB value is (202,127,164). Sum of RGB (Red+Green+Blue) = 202+127+164=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FA4 is #35805B. Grayscale: #999999. Windows color (decimal): -3506268 or 10780618. OLE color: 10780618.

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

Color convert

RGB 202 127 164 -
CMYK 0 0.37 0.19 0.21
HSL 330.4º 0.41% 0.65% -
HSV(B) 330.4º 0.37% 0.79% -
XYZ 38.65 30.42 38.96 -
YUV 153.64 133.85 162.49 -
System Red Green Blue C M Y K H S L
Decimal 202 127 164 0 0.37 0.19 0.21 330.4 0.41 0.65
Hex CA 7F A4 0 25 13 15 14A 29 41
Octal 312 177 244 0 45 23 25 512 51 101
Binary 11001010 1111111 10100100 0 100101 10011 10101 101001010 101001 1000001

Color Harmonies of #CA7FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FA4

Black with #CA7FA4

Text Example


Text Example

White with #CA7FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FA4; }

 p { color: rgb(202,127,164); }

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

background-color css

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

 a { background-color: rgb(202,127,164); }

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

border-color css

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

 span { border-color: rgb(202,127,164); }

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