Html Css Color HEX #CD898A Puce

📋 copy color: '#CD898A'

red 205 ◦ green 137 ◦ blue 138

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

Shades of Puce #CD898A

Tints of Puce #CD898A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.75%

R = 42.71%
G = 28.54%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD898A (or 0xCD898A) is known color: Puce. HEX triplet: CD, 89 and 8A. RGB value is (205,137,138). Sum of RGB (Red+Green+Blue) = 205+137+138=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CD898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD898A is #327675. Grayscale: #9D9D9D. Windows color (decimal): -3307126 or 9079245. OLE color: 9079245.

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

Color convert

RGB 205 137 138 -
CMYK 0 0.33 0.33 0.20
HSL 359.12º 0.4% 0.67% -
HSV(B) 359.12º 0.33% 0.8% -
XYZ 38.71 32.71 28.32 -
YUV 157.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 205 137 138 0 0.33 0.33 0.20 359.12 0.4 0.67
Hex CD 89 8A 0 21 21 14 167 28 43
Octal 315 211 212 0 41 41 24 547 50 103
Binary 11001101 10001001 10001010 0 100001 100001 10100 101100111 101000 1000011

Color Harmonies of #CD898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD898A

Black with #CD898A

Text Example


Text Example

White with #CD898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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