Html Css Color HEX #CD8594 Puce

📋 copy color: '#CD8594'

red 205 ◦ green 133 ◦ blue 148

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

Shades of Puce #CD8594

Tints of Puce #CD8594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.45%

R = 42.18%
G = 27.37%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CD8594 (or 0xCD8594) is known color: Puce. HEX triplet: CD, 85 and 94. RGB value is (205,133,148). Sum of RGB (Red+Green+Blue) = 205+133+148=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8594 is #327A6B. Grayscale: #9C9C9C. Windows color (decimal): -3308140 or 9733581. OLE color: 9733581.

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

Color convert

RGB 205 133 148 -
CMYK 0 0.35 0.28 0.20
HSL 347.5º 0.42% 0.66% -
HSV(B) 347.5º 0.35% 0.8% -
XYZ 38.91 31.89 32.12 -
YUV 156.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 205 133 148 0 0.35 0.28 0.20 347.5 0.42 0.66
Hex CD 85 94 0 23 1C 14 15C 2A 42
Octal 315 205 224 0 43 34 24 534 52 102
Binary 11001101 10000101 10010100 0 100011 11100 10100 101011100 101010 1000010

Color Harmonies of #CD8594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8594

Black with #CD8594

Text Example


Text Example

White with #CD8594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8594; }

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

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

background-color css

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

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

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

border-color css

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

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

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