Html Css Color HEX #CA8A8F Puce

📋 copy color: '#CA8A8F'

red 202 ◦ green 138 ◦ blue 143

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

Shades of Puce #CA8A8F

Tints of Puce #CA8A8F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.57%

 BLUE value IS 143 (56.25% from 255) = 29.61%

R = 41.82%
G = 28.57%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA8A8F (or 0xCA8A8F) is known color: Puce. HEX triplet: CA, 8A and 8F. RGB value is (202,138,143). Sum of RGB (Red+Green+Blue) = 202+138+143=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8A8F is #357570. Grayscale: #9D9D9D. Windows color (decimal): -3503473 or 9407178. OLE color: 9407178.

HSL color Cylindrical-coordinate representation of color #CA8A8F: hue angle of 355.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8A8F is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 138 143 -
CMYK 0 0.32 0.29 0.21
HSL 355.31º 0.38% 0.67% -
HSV(B) 355.31º 0.32% 0.79% -
XYZ 38.4 32.72 30.28 -
YUV 157.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 202 138 143 0 0.32 0.29 0.21 355.31 0.38 0.67
Hex CA 8A 8F 0 20 1D 15 163 26 43
Octal 312 212 217 0 40 35 25 543 46 103
Binary 11001010 10001010 10001111 0 100000 11101 10101 101100011 100110 1000011

Color Harmonies of #CA8A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A8F

Black with #CA8A8F

Text Example


Text Example

White with #CA8A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A8F; }

 p { color: rgb(202,138,143); }

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

background-color css

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

 a { background-color: rgb(202,138,143); }

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

border-color css

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

 span { border-color: rgb(202,138,143); }

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