Html Css Color HEX #CA7FA5 Puce

📋 copy color: '#CA7FA5'

red 202 ◦ green 127 ◦ blue 165

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

Shades of Puce #CA7FA5

Tints of Puce #CA7FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.4%

R = 40.89%
G = 25.71%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA7FA5 (or 0xCA7FA5) is known color: Puce. HEX triplet: CA, 7F and A5. RGB value is (202,127,165). Sum of RGB (Red+Green+Blue) = 202+127+165=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FA5 is #35805A. Grayscale: #999999. Windows color (decimal): -3506267 or 10846154. OLE color: 10846154.

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

Color convert

RGB 202 127 165 -
CMYK 0 0.37 0.18 0.21
HSL 329.6º 0.41% 0.65% -
HSV(B) 329.6º 0.37% 0.79% -
XYZ 38.74 30.45 39.43 -
YUV 153.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 202 127 165 0 0.37 0.18 0.21 329.6 0.41 0.65
Hex CA 7F A5 0 25 12 15 14A 29 41
Octal 312 177 245 0 45 22 25 512 51 101
Binary 11001010 1111111 10100101 0 100101 10010 10101 101001010 101001 1000001

Color Harmonies of #CA7FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FA5

Black with #CA7FA5

Text Example


Text Example

White with #CA7FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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