Html Css Color HEX #CD8790 Puce

📋 copy color: '#CD8790'

red 205 ◦ green 135 ◦ blue 144

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

Shades of Puce #CD8790

Tints of Puce #CD8790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.89%

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

R = 42.36%
G = 27.89%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD8790 (or 0xCD8790) is known color: Puce. HEX triplet: CD, 87 and 90. RGB value is (205,135,144). Sum of RGB (Red+Green+Blue) = 205+135+144=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8790 is #32786F. Grayscale: #9C9C9C. Windows color (decimal): -3307632 or 9471949. OLE color: 9471949.

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

Color convert

RGB 205 135 144 -
CMYK 0 0.34 0.30 0.20
HSL 352.29º 0.41% 0.67% -
HSV(B) 352.29º 0.34% 0.8% -
XYZ 38.87 32.32 30.58 -
YUV 156.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 205 135 144 0 0.34 0.30 0.20 352.29 0.41 0.67
Hex CD 87 90 0 22 1E 14 160 29 43
Octal 315 207 220 0 42 36 24 540 51 103
Binary 11001101 10000111 10010000 0 100010 11110 10100 101100000 101001 1000011

Color Harmonies of #CD8790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8790

Black with #CD8790

Text Example


Text Example

White with #CD8790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8790; }

 p { color: rgb(205,135,144); }

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

background-color css

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

 a { background-color: rgb(205,135,144); }

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

border-color css

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

 span { border-color: rgb(205,135,144); }

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