Html Css Color HEX #CD8B8F Puce

📋 copy color: '#CD8B8F'

red 205 ◦ green 139 ◦ blue 143

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

Shades of Puce #CD8B8F

Tints of Puce #CD8B8F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.54%

 BLUE value IS 143 (56.25% from 255) = 29.36%

R = 42.09%
G = 28.54%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD8B8F (or 0xCD8B8F) is known color: Puce. HEX triplet: CD, 8B and 8F. RGB value is (205,139,143). Sum of RGB (Red+Green+Blue) = 205+139+143=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8B8F is #327470. Grayscale: #9F9F9F. Windows color (decimal): -3306609 or 9407437. OLE color: 9407437.

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

Color convert

RGB 205 139 143 -
CMYK 0 0.32 0.30 0.20
HSL 356.36º 0.4% 0.67% -
HSV(B) 356.36º 0.32% 0.8% -
XYZ 39.37 33.43 30.36 -
YUV 159.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 205 139 143 0 0.32 0.30 0.20 356.36 0.4 0.67
Hex CD 8B 8F 0 20 1E 14 164 28 43
Octal 315 213 217 0 40 36 24 544 50 103
Binary 11001101 10001011 10001111 0 100000 11110 10100 101100100 101000 1000011

Color Harmonies of #CD8B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8B8F

Black with #CD8B8F

Text Example


Text Example

White with #CD8B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8B8F; }

 p { color: rgb(205,139,143); }

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

background-color css

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

 a { background-color: rgb(205,139,143); }

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

border-color css

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

 span { border-color: rgb(205,139,143); }

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