Html Css Color HEX #CA898D Puce

📋 copy color: '#CA898D'

red 202 ◦ green 137 ◦ blue 141

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

Shades of Puce #CA898D

Tints of Puce #CA898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.54%

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 42.08%
G = 28.54%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA898D (or 0xCA898D) is known color: Puce. HEX triplet: CA, 89 and 8D. RGB value is (202,137,141). Sum of RGB (Red+Green+Blue) = 202+137+141=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA898D is #357672. Grayscale: #9C9C9C. Windows color (decimal): -3503731 or 9275850. OLE color: 9275850.

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

Color convert

RGB 202 137 141 -
CMYK 0 0.32 0.30 0.21
HSL 356.31º 0.38% 0.66% -
HSV(B) 356.31º 0.32% 0.79% -
XYZ 38.11 32.37 29.44 -
YUV 156.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 202 137 141 0 0.32 0.30 0.21 356.31 0.38 0.66
Hex CA 89 8D 0 20 1E 15 164 26 42
Octal 312 211 215 0 40 36 25 544 46 102
Binary 11001010 10001001 10001101 0 100000 11110 10101 101100100 100110 1000010

Color Harmonies of #CA898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA898D

Black with #CA898D

Text Example


Text Example

White with #CA898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA898D; }

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

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

background-color css

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

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

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

border-color css

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

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

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