Html Css Color HEX #CD849B Puce

📋 copy color: '#CD849B'

red 205 ◦ green 132 ◦ blue 155

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

Shades of Puce #CD849B

Tints of Puce #CD849B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.83%

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 41.67%
G = 26.83%
B = 31.5%

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

#CD849B (or 0xCD849B) is known color: Puce. HEX triplet: CD, 84 and 9B. RGB value is (205,132,155). Sum of RGB (Red+Green+Blue) = 205+132+155=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD849B is #327B64. Grayscale: #9C9C9C. Windows color (decimal): -3308389 or 10192077. OLE color: 10192077.

HSL color Cylindrical-coordinate representation of color #CD849B: hue angle of 341.1º degrees, saturation: 0.42, 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 #CD849B is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 132 155 -
CMYK 0 0.36 0.24 0.20
HSL 341.1º 0.42% 0.66% -
HSV(B) 341.1º 0.36% 0.8% -
XYZ 39.34 31.85 35.08 -
YUV 156.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 205 132 155 0 0.36 0.24 0.20 341.1 0.42 0.66
Hex CD 84 9B 0 24 18 14 155 2A 42
Octal 315 204 233 0 44 30 24 525 52 102
Binary 11001101 10000100 10011011 0 100100 11000 10100 101010101 101010 1000010

Color Harmonies of #CD849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD849B

Black with #CD849B

Text Example


Text Example

White with #CD849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD849B; }

 p { color: rgb(205,132,155); }

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

background-color css

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

 a { background-color: rgb(205,132,155); }

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

border-color css

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

 span { border-color: rgb(205,132,155); }

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