Html Css Color HEX #CD858A Puce

📋 copy color: '#CD858A'

red 205 ◦ green 133 ◦ blue 138

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

Shades of Puce #CD858A

Tints of Puce #CD858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.99%

R = 43.07%
G = 27.94%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD858A (or 0xCD858A) is known color: Puce. HEX triplet: CD, 85 and 8A. RGB value is (205,133,138). Sum of RGB (Red+Green+Blue) = 205+133+138=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CD858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD858A is #327A75. Grayscale: #9B9B9B. Windows color (decimal): -3308150 or 9078221. OLE color: 9078221.

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

Color convert

RGB 205 133 138 -
CMYK 0 0.35 0.33 0.20
HSL 355.83º 0.42% 0.66% -
HSV(B) 355.83º 0.35% 0.8% -
XYZ 38.15 31.59 28.13 -
YUV 155.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 205 133 138 0 0.35 0.33 0.20 355.83 0.42 0.66
Hex CD 85 8A 0 23 21 14 164 2A 42
Octal 315 205 212 0 43 41 24 544 52 102
Binary 11001101 10000101 10001010 0 100011 100001 10100 101100100 101010 1000010

Color Harmonies of #CD858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD858A

Black with #CD858A

Text Example


Text Example

White with #CD858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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