Html Css Color HEX #CD879A Puce

📋 copy color: '#CD879A'

red 205 ◦ green 135 ◦ blue 154

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

Shades of Puce #CD879A

Tints of Puce #CD879A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.33%

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

R = 41.5%
G = 27.33%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD879A (or 0xCD879A) is known color: Puce. HEX triplet: CD, 87 and 9A. RGB value is (205,135,154). Sum of RGB (Red+Green+Blue) = 205+135+154=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD879A is #327865. Grayscale: #9E9E9E. Windows color (decimal): -3307622 or 10127309. OLE color: 10127309.

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

Color convert

RGB 205 135 154 -
CMYK 0 0.34 0.25 0.20
HSL 343.71º 0.41% 0.67% -
HSV(B) 343.71º 0.34% 0.8% -
XYZ 39.67 32.64 34.78 -
YUV 158.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 205 135 154 0 0.34 0.25 0.20 343.71 0.41 0.67
Hex CD 87 9A 0 22 19 14 158 29 43
Octal 315 207 232 0 42 31 24 530 51 103
Binary 11001101 10000111 10011010 0 100010 11001 10100 101011000 101001 1000011

Color Harmonies of #CD879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD879A

Black with #CD879A

Text Example


Text Example

White with #CD879A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD879A; }

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

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

background-color css

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

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

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

border-color css

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

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

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