Html Css Color HEX #CD8190 Puce

📋 copy color: '#CD8190'

red 205 ◦ green 129 ◦ blue 144

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

Shades of Puce #CD8190

Tints of Puce #CD8190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.99%

 BLUE value IS 144 (56.64% from 255) = 30.13%

R = 42.89%
G = 26.99%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD8190 (or 0xCD8190) is known color: Puce. HEX triplet: CD, 81 and 90. RGB value is (205,129,144). Sum of RGB (Red+Green+Blue) = 205+129+144=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8190 is #327E6F. Grayscale: #999999. Windows color (decimal): -3309168 or 9470413. OLE color: 9470413.

HSL color Cylindrical-coordinate representation of color #CD8190: hue angle of 348.16º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD8190 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 129 144 -
CMYK 0 0.37 0.30 0.20
HSL 348.16º 0.43% 0.65% -
HSV(B) 348.16º 0.37% 0.8% -
XYZ 38.06 30.69 30.3 -
YUV 153.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 205 129 144 0 0.37 0.30 0.20 348.16 0.43 0.65
Hex CD 81 90 0 25 1E 14 15C 2B 41
Octal 315 201 220 0 45 36 24 534 53 101
Binary 11001101 10000001 10010000 0 100101 11110 10100 101011100 101011 1000001

Color Harmonies of #CD8190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8190

Black with #CD8190

Text Example


Text Example

White with #CD8190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8190; }

 p { color: rgb(205,129,144); }

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

background-color css

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

 a { background-color: rgb(205,129,144); }

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

border-color css

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

 span { border-color: rgb(205,129,144); }

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