Html Css Color HEX #CD8A96 Puce

📋 copy color: '#CD8A96'

red 205 ◦ green 138 ◦ blue 150

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

Shades of Puce #CD8A96

Tints of Puce #CD8A96

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.99%

 BLUE value IS 150 (58.98% from 255) = 30.43%

R = 41.58%
G = 27.99%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CD8A96 (or 0xCD8A96) is known color: Puce. HEX triplet: CD, 8A and 96. RGB value is (205,138,150). Sum of RGB (Red+Green+Blue) = 205+138+150=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8A96 is #327569. Grayscale: #9F9F9F. Windows color (decimal): -3306858 or 9865933. OLE color: 9865933.

HSL color Cylindrical-coordinate representation of color #CD8A96: hue angle of 349.25º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8A96 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 138 150 -
CMYK 0 0.33 0.27 0.20
HSL 349.25º 0.4% 0.67% -
HSV(B) 349.25º 0.33% 0.8% -
XYZ 39.77 33.36 33.2 -
YUV 159.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 205 138 150 0 0.33 0.27 0.20 349.25 0.4 0.67
Hex CD 8A 96 0 21 1B 14 15D 28 43
Octal 315 212 226 0 41 33 24 535 50 103
Binary 11001101 10001010 10010110 0 100001 11011 10100 101011101 101000 1000011

Color Harmonies of #CD8A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8A96

Black with #CD8A96

Text Example


Text Example

White with #CD8A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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