Html Css Color HEX #CD858C Puce

📋 copy color: '#CD858C'

red 205 ◦ green 133 ◦ blue 140

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

Shades of Puce #CD858C

Tints of Puce #CD858C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.29%

R = 42.89%
G = 27.82%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD858C (or 0xCD858C) is known color: Puce. HEX triplet: CD, 85 and 8C. RGB value is (205,133,140). Sum of RGB (Red+Green+Blue) = 205+133+140=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CD858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD858C is #327A73. Grayscale: #9B9B9B. Windows color (decimal): -3308148 or 9209293. OLE color: 9209293.

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

Color convert

RGB 205 133 140 -
CMYK 0 0.35 0.32 0.20
HSL 354.17º 0.42% 0.66% -
HSV(B) 354.17º 0.35% 0.8% -
XYZ 38.3 31.65 28.9 -
YUV 155.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 205 133 140 0 0.35 0.32 0.20 354.17 0.42 0.66
Hex CD 85 8C 0 23 20 14 162 2A 42
Octal 315 205 214 0 43 40 24 542 52 102
Binary 11001101 10000101 10001100 0 100011 100000 10100 101100010 101010 1000010

Color Harmonies of #CD858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD858C

Black with #CD858C

Text Example


Text Example

White with #CD858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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