Html Css Color HEX #CD898E Puce

📋 copy color: '#CD898E'

red 205 ◦ green 137 ◦ blue 142

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

Shades of Puce #CD898E

Tints of Puce #CD898E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.34%

R = 42.36%
G = 28.31%
B = 29.34%

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

#CD898E (or 0xCD898E) is known color: Puce. HEX triplet: CD, 89 and 8E. RGB value is (205,137,142). Sum of RGB (Red+Green+Blue) = 205+137+142=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CD898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD898E is #327671. Grayscale: #9D9D9D. Windows color (decimal): -3307122 or 9341389. OLE color: 9341389.

HSL color Cylindrical-coordinate representation of color #CD898E: hue angle of 355.59º 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 #CD898E is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 137 142 -
CMYK 0 0.33 0.31 0.20
HSL 355.59º 0.4% 0.67% -
HSV(B) 355.59º 0.33% 0.8% -
XYZ 39 32.82 29.87 -
YUV 157.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 205 137 142 0 0.33 0.31 0.20 355.59 0.4 0.67
Hex CD 89 8E 0 21 1F 14 164 28 43
Octal 315 211 216 0 41 37 24 544 50 103
Binary 11001101 10001001 10001110 0 100001 11111 10100 101100100 101000 1000011

Color Harmonies of #CD898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD898E

Black with #CD898E

Text Example


Text Example

White with #CD898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD898E; }

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

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

background-color css

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

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

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

border-color css

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

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

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