Html Css Color HEX #CA8D90 Puce

📋 copy color: '#CA8D90'

red 202 ◦ green 141 ◦ blue 144

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

Shades of Puce #CA8D90

Tints of Puce #CA8D90

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.95%

 BLUE value IS 144 (56.64% from 255) = 29.57%

R = 41.48%
G = 28.95%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA8D90 (or 0xCA8D90) is known color: Puce. HEX triplet: CA, 8D and 90. RGB value is (202,141,144). Sum of RGB (Red+Green+Blue) = 202+141+144=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8D90 is #35726F. Grayscale: #9F9F9F. Windows color (decimal): -3502704 or 9473482. OLE color: 9473482.

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

Color convert

RGB 202 141 144 -
CMYK 0 0.30 0.29 0.21
HSL 357.05º 0.37% 0.67% -
HSV(B) 357.05º 0.3% 0.79% -
XYZ 38.92 33.62 30.82 -
YUV 159.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 202 141 144 0 0.30 0.29 0.21 357.05 0.37 0.67
Hex CA 8D 90 0 1E 1D 15 165 25 43
Octal 312 215 220 0 36 35 25 545 45 103
Binary 11001010 10001101 10010000 0 11110 11101 10101 101100101 100101 1000011

Color Harmonies of #CA8D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D90

Black with #CA8D90

Text Example


Text Example

White with #CA8D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D90; }

 p { color: rgb(202,141,144); }

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

background-color css

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

 a { background-color: rgb(202,141,144); }

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

border-color css

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

 span { border-color: rgb(202,141,144); }

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