Html Css Color HEX #CD848B Puce

📋 copy color: '#CD848B'

red 205 ◦ green 132 ◦ blue 139

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

Shades of Puce #CD848B

Tints of Puce #CD848B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.2%

R = 43.07%
G = 27.73%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD848B (or 0xCD848B) is known color: Puce. HEX triplet: CD, 84 and 8B. RGB value is (205,132,139). Sum of RGB (Red+Green+Blue) = 205+132+139=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CD848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD848B is #327B74. Grayscale: #9A9A9A. Windows color (decimal): -3308405 or 9143501. OLE color: 9143501.

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

Color convert

RGB 205 132 139 -
CMYK 0 0.36 0.32 0.20
HSL 354.25º 0.42% 0.66% -
HSV(B) 354.25º 0.36% 0.8% -
XYZ 38.09 31.35 28.47 -
YUV 154.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 205 132 139 0 0.36 0.32 0.20 354.25 0.42 0.66
Hex CD 84 8B 0 24 20 14 162 2A 42
Octal 315 204 213 0 44 40 24 542 52 102
Binary 11001101 10000100 10001011 0 100100 100000 10100 101100010 101010 1000010

Color Harmonies of #CD848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD848B

Black with #CD848B

Text Example


Text Example

White with #CD848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD848B; }

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

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

background-color css

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

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

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

border-color css

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

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

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