Html Css Color HEX #CA81A7 Puce

📋 copy color: '#CA81A7'

red 202 ◦ green 129 ◦ blue 167

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

Shades of Puce #CA81A7

Tints of Puce #CA81A7

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.9%

 BLUE value IS 167 (65.63% from 255) = 33.53%

R = 40.56%
G = 25.9%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA81A7 (or 0xCA81A7) is known color: Puce. HEX triplet: CA, 81 and A7. RGB value is (202,129,167). Sum of RGB (Red+Green+Blue) = 202+129+167=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA81A7 is #357E58. Grayscale: #9B9B9B. Windows color (decimal): -3505753 or 10977738. OLE color: 10977738.

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

Color convert

RGB 202 129 167 -
CMYK 0 0.36 0.17 0.21
HSL 328.77º 0.41% 0.65% -
HSV(B) 328.77º 0.36% 0.79% -
XYZ 39.18 31.05 40.49 -
YUV 155.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 202 129 167 0 0.36 0.17 0.21 328.77 0.41 0.65
Hex CA 81 A7 0 24 11 15 149 29 41
Octal 312 201 247 0 44 21 25 511 51 101
Binary 11001010 10000001 10100111 0 100100 10001 10101 101001001 101001 1000001

Color Harmonies of #CA81A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA81A7

Black with #CA81A7

Text Example


Text Example

White with #CA81A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA81A7; }

 p { color: rgb(202,129,167); }

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

background-color css

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

 a { background-color: rgb(202,129,167); }

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

border-color css

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

 span { border-color: rgb(202,129,167); }

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