Html Css Color HEX #CD7D9A Puce

📋 copy color: '#CD7D9A'

red 205 ◦ green 125 ◦ blue 154

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

Shades of Puce #CD7D9A

Tints of Puce #CD7D9A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.83%

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

R = 42.36%
G = 25.83%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD7D9A (or 0xCD7D9A) is known color: Puce. HEX triplet: CD, 7D and 9A. RGB value is (205,125,154). Sum of RGB (Red+Green+Blue) = 205+125+154=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7D9A is #328265. Grayscale: #989898. Windows color (decimal): -3310182 or 10124749. OLE color: 10124749.

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

Color convert

RGB 205 125 154 -
CMYK 0 0.39 0.25 0.20
HSL 338.25º 0.44% 0.65% -
HSV(B) 338.25º 0.39% 0.8% -
XYZ 38.34 29.98 34.34 -
YUV 152.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 205 125 154 0 0.39 0.25 0.20 338.25 0.44 0.65
Hex CD 7D 9A 0 27 19 14 152 2C 41
Octal 315 175 232 0 47 31 24 522 54 101
Binary 11001101 1111101 10011010 0 100111 11001 10100 101010010 101100 1000001

Color Harmonies of #CD7D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D9A

Black with #CD7D9A

Text Example


Text Example

White with #CD7D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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