Html Css Color HEX #CD898D Puce

📋 copy color: '#CD898D'

red 205 ◦ green 137 ◦ blue 141

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

Shades of Puce #CD898D

Tints of Puce #CD898D

RGB

 RED value IS 205 (80.47% from 255) = 42.44%

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

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

R = 42.44%
G = 28.36%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD898D (or 0xCD898D) is known color: Puce. HEX triplet: CD, 89 and 8D. RGB value is (205,137,141). Sum of RGB (Red+Green+Blue) = 205+137+141=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD898D is #327672. Grayscale: #9D9D9D. Windows color (decimal): -3307123 or 9275853. OLE color: 9275853.

HSL color Cylindrical-coordinate representation of color #CD898D: hue angle of 356.47º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD898D is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 137 141 -
CMYK 0 0.33 0.31 0.20
HSL 356.47º 0.4% 0.67% -
HSV(B) 356.47º 0.33% 0.8% -
XYZ 38.93 32.79 29.48 -
YUV 157.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 205 137 141 0 0.33 0.31 0.20 356.47 0.4 0.67
Hex CD 89 8D 0 21 1F 14 164 28 43
Octal 315 211 215 0 41 37 24 544 50 103
Binary 11001101 10001001 10001101 0 100001 11111 10100 101100100 101000 1000011

Color Harmonies of #CD898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD898D

Black with #CD898D

Text Example


Text Example

White with #CD898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD898D; }

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

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

background-color css

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

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

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

border-color css

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

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

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