Html Css Color HEX #CA7FA3 Puce

📋 copy color: '#CA7FA3'

red 202 ◦ green 127 ◦ blue 163

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

Shades of Puce #CA7FA3

Tints of Puce #CA7FA3

RGB

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

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

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

R = 41.06%
G = 25.81%
B = 33.13%

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

#CA7FA3 (or 0xCA7FA3) is known color: Puce. HEX triplet: CA, 7F and A3. RGB value is (202,127,163). Sum of RGB (Red+Green+Blue) = 202+127+163=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FA3 is #35805C. Grayscale: #999999. Windows color (decimal): -3506269 or 10715082. OLE color: 10715082.

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

Color convert

RGB 202 127 163 -
CMYK 0 0.37 0.19 0.21
HSL 331.2º 0.41% 0.65% -
HSV(B) 331.2º 0.37% 0.79% -
XYZ 38.56 30.38 38.48 -
YUV 153.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 202 127 163 0 0.37 0.19 0.21 331.2 0.41 0.65
Hex CA 7F A3 0 25 13 15 14B 29 41
Octal 312 177 243 0 45 23 25 513 51 101
Binary 11001010 1111111 10100011 0 100101 10011 10101 101001011 101001 1000001

Color Harmonies of #CA7FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FA3

Black with #CA7FA3

Text Example


Text Example

White with #CA7FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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