Html Css Color HEX #CD858E Puce

📋 copy color: '#CD858E'

red 205 ◦ green 133 ◦ blue 142

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

Shades of Puce #CD858E

Tints of Puce #CD858E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.58%

R = 42.71%
G = 27.71%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD858E (or 0xCD858E) is known color: Puce. HEX triplet: CD, 85 and 8E. RGB value is (205,133,142). Sum of RGB (Red+Green+Blue) = 205+133+142=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CD858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD858E is #327A71. Grayscale: #9B9B9B. Windows color (decimal): -3308146 or 9340365. OLE color: 9340365.

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

Color convert

RGB 205 133 142 -
CMYK 0 0.35 0.31 0.20
HSL 352.5º 0.42% 0.66% -
HSV(B) 352.5º 0.35% 0.8% -
XYZ 38.45 31.71 29.68 -
YUV 155.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 205 133 142 0 0.35 0.31 0.20 352.5 0.42 0.66
Hex CD 85 8E 0 23 1F 14 160 2A 42
Octal 315 205 216 0 43 37 24 540 52 102
Binary 11001101 10000101 10001110 0 100011 11111 10100 101100000 101010 1000010

Color Harmonies of #CD858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD858E

Black with #CD858E

Text Example


Text Example

White with #CD858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD858E; }

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

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

background-color css

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

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

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

border-color css

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

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

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