Html Css Color HEX #CD848D Puce

📋 copy color: '#CD848D'

red 205 ◦ green 132 ◦ blue 141

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

Shades of Puce #CD848D

Tints of Puce #CD848D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 42.89%
G = 27.62%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD848D (or 0xCD848D) is known color: Puce. HEX triplet: CD, 84 and 8D. RGB value is (205,132,141). Sum of RGB (Red+Green+Blue) = 205+132+141=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CD848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD848D is #327B72. Grayscale: #9A9A9A. Windows color (decimal): -3308403 or 9274573. OLE color: 9274573.

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

Color convert

RGB 205 132 141 -
CMYK 0 0.36 0.31 0.20
HSL 352.6º 0.42% 0.66% -
HSV(B) 352.6º 0.36% 0.8% -
XYZ 38.24 31.4 29.25 -
YUV 154.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 205 132 141 0 0.36 0.31 0.20 352.6 0.42 0.66
Hex CD 84 8D 0 24 1F 14 161 2A 42
Octal 315 204 215 0 44 37 24 541 52 102
Binary 11001101 10000100 10001101 0 100100 11111 10100 101100001 101010 1000010

Color Harmonies of #CD848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD848D

Black with #CD848D

Text Example


Text Example

White with #CD848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD848D; }

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

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

background-color css

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

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

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

border-color css

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

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

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