Html Css Color HEX #CD888B Puce

📋 copy color: '#CD888B'

red 205 ◦ green 136 ◦ blue 139

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

Shades of Puce #CD888B

Tints of Puce #CD888B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.33%

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

R = 42.71%
G = 28.33%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD888B (or 0xCD888B) is known color: Puce. HEX triplet: CD, 88 and 8B. RGB value is (205,136,139). Sum of RGB (Red+Green+Blue) = 205+136+139=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CD888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD888B is #327774. Grayscale: #9D9D9D. Windows color (decimal): -3307381 or 9144525. OLE color: 9144525.

HSL color Cylindrical-coordinate representation of color #CD888B: hue angle of 357.39º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD888B is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 136 139 -
CMYK 0 0.34 0.32 0.20
HSL 357.39º 0.41% 0.67% -
HSV(B) 357.39º 0.34% 0.8% -
XYZ 38.64 32.45 28.65 -
YUV 156.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 205 136 139 0 0.34 0.32 0.20 357.39 0.41 0.67
Hex CD 88 8B 0 22 20 14 165 29 43
Octal 315 210 213 0 42 40 24 545 51 103
Binary 11001101 10001000 10001011 0 100010 100000 10100 101100101 101001 1000011

Color Harmonies of #CD888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD888B

Black with #CD888B

Text Example


Text Example

White with #CD888B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD888B; }

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

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

background-color css

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

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

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

border-color css

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

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

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