Html Css Color HEX #CD858F Puce

📋 copy color: '#CD858F'

red 205 ◦ green 133 ◦ blue 143

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

Shades of Puce #CD858F

Tints of Puce #CD858F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.65%

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

R = 42.62%
G = 27.65%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD858F (or 0xCD858F) is known color: Puce. HEX triplet: CD, 85 and 8F. RGB value is (205,133,143). Sum of RGB (Red+Green+Blue) = 205+133+143=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD858F is #327A70. Grayscale: #9B9B9B. Windows color (decimal): -3308145 or 9405901. OLE color: 9405901.

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

Color convert

RGB 205 133 143 -
CMYK 0 0.35 0.30 0.20
HSL 351.67º 0.42% 0.66% -
HSV(B) 351.67º 0.35% 0.8% -
XYZ 38.52 31.74 30.08 -
YUV 155.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 205 133 143 0 0.35 0.30 0.20 351.67 0.42 0.66
Hex CD 85 8F 0 23 1E 14 160 2A 42
Octal 315 205 217 0 43 36 24 540 52 102
Binary 11001101 10000101 10001111 0 100011 11110 10100 101100000 101010 1000010

Color Harmonies of #CD858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD858F

Black with #CD858F

Text Example


Text Example

White with #CD858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD858F; }

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

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

background-color css

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

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

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

border-color css

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

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

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