Html Css Color HEX #CD8A9A Puce

📋 copy color: '#CD8A9A'

red 205 ◦ green 138 ◦ blue 154

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

Shades of Puce #CD8A9A

Tints of Puce #CD8A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.99%

R = 41.25%
G = 27.77%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD8A9A (or 0xCD8A9A) is known color: Puce. HEX triplet: CD, 8A and 9A. RGB value is (205,138,154). Sum of RGB (Red+Green+Blue) = 205+138+154=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8A9A is #327565. Grayscale: #9F9F9F. Windows color (decimal): -3306854 or 10128077. OLE color: 10128077.

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

Color convert

RGB 205 138 154 -
CMYK 0 0.33 0.25 0.20
HSL 345.67º 0.4% 0.67% -
HSV(B) 345.67º 0.33% 0.8% -
XYZ 40.1 33.49 34.92 -
YUV 159.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 205 138 154 0 0.33 0.25 0.20 345.67 0.4 0.67
Hex CD 8A 9A 0 21 19 14 15A 28 43
Octal 315 212 232 0 41 31 24 532 50 103
Binary 11001101 10001010 10011010 0 100001 11001 10100 101011010 101000 1000011

Color Harmonies of #CD8A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8A9A

Black with #CD8A9A

Text Example


Text Example

White with #CD8A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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