Html Css Color HEX #CD839C Puce

📋 copy color: '#CD839C'

red 205 ◦ green 131 ◦ blue 156

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

Shades of Puce #CD839C

Tints of Puce #CD839C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.63%

 BLUE value IS 156 (61.33% from 255) = 31.71%

R = 41.67%
G = 26.63%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD839C (or 0xCD839C) is known color: Puce. HEX triplet: CD, 83 and 9C. RGB value is (205,131,156). Sum of RGB (Red+Green+Blue) = 205+131+156=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD839C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD839C is #327C63. Grayscale: #9B9B9B. Windows color (decimal): -3308644 or 10257357. OLE color: 10257357.

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

Color convert

RGB 205 131 156 -
CMYK 0 0.36 0.24 0.20
HSL 339.73º 0.43% 0.66% -
HSV(B) 339.73º 0.36% 0.8% -
XYZ 39.29 31.61 35.48 -
YUV 155.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 205 131 156 0 0.36 0.24 0.20 339.73 0.43 0.66
Hex CD 83 9C 0 24 18 14 154 2B 42
Octal 315 203 234 0 44 30 24 524 53 102
Binary 11001101 10000011 10011100 0 100100 11000 10100 101010100 101011 1000010

Color Harmonies of #CD839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD839C

Black with #CD839C

Text Example


Text Example

White with #CD839C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD839C; }

 p { color: rgb(205,131,156); }

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

background-color css

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

 a { background-color: rgb(205,131,156); }

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

border-color css

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

 span { border-color: rgb(205,131,156); }

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