Html Css Color HEX #CA7F9C Puce

📋 copy color: '#CA7F9C'

red 202 ◦ green 127 ◦ blue 156

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

Shades of Puce #CA7F9C

Tints of Puce #CA7F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.16%

R = 41.65%
G = 26.19%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA7F9C (or 0xCA7F9C) is known color: Puce. HEX triplet: CA, 7F and 9C. RGB value is (202,127,156). Sum of RGB (Red+Green+Blue) = 202+127+156=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F9C is #358063. Grayscale: #989898. Windows color (decimal): -3506276 or 10256330. OLE color: 10256330.

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

Color convert

RGB 202 127 156 -
CMYK 0 0.37 0.23 0.21
HSL 336.8º 0.41% 0.65% -
HSV(B) 336.8º 0.37% 0.79% -
XYZ 37.95 30.14 35.27 -
YUV 152.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 202 127 156 0 0.37 0.23 0.21 336.8 0.41 0.65
Hex CA 7F 9C 0 25 17 15 151 29 41
Octal 312 177 234 0 45 27 25 521 51 101
Binary 11001010 1111111 10011100 0 100101 10111 10101 101010001 101001 1000001

Color Harmonies of #CA7F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F9C

Black with #CA7F9C

Text Example


Text Example

White with #CA7F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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