Html Css Color HEX #CD8A8D Puce

📋 copy color: '#CD8A8D'

red 205 ◦ green 138 ◦ blue 141

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

Shades of Puce #CD8A8D

Tints of Puce #CD8A8D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.51%

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

R = 42.36%
G = 28.51%
B = 29.13%

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

#CD8A8D (or 0xCD8A8D) is known color: Puce. HEX triplet: CD, 8A and 8D. RGB value is (205,138,141). Sum of RGB (Red+Green+Blue) = 205+138+141=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8A8D is #327572. Grayscale: #9E9E9E. Windows color (decimal): -3306867 or 9276109. OLE color: 9276109.

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

Color convert

RGB 205 138 141 -
CMYK 0 0.33 0.31 0.20
HSL 357.31º 0.4% 0.67% -
HSV(B) 357.31º 0.33% 0.8% -
XYZ 39.07 33.08 29.52 -
YUV 158.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 205 138 141 0 0.33 0.31 0.20 357.31 0.4 0.67
Hex CD 8A 8D 0 21 1F 14 165 28 43
Octal 315 212 215 0 41 37 24 545 50 103
Binary 11001101 10001010 10001101 0 100001 11111 10100 101100101 101000 1000011

Color Harmonies of #CD8A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8A8D

Black with #CD8A8D

Text Example


Text Example

White with #CD8A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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