Html Css Color HEX #CD8A8B Puce

📋 copy color: '#CD8A8B'

red 205 ◦ green 138 ◦ blue 139

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

Shades of Puce #CD8A8B

Tints of Puce #CD8A8B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.63%

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

R = 42.53%
G = 28.63%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD8A8B (or 0xCD8A8B) is known color: Puce. HEX triplet: CD, 8A and 8B. RGB value is (205,138,139). Sum of RGB (Red+Green+Blue) = 205+138+139=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8A8B is #327574. Grayscale: #9E9E9E. Windows color (decimal): -3306869 or 9145037. OLE color: 9145037.

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

Color convert

RGB 205 138 139 -
CMYK 0 0.33 0.32 0.20
HSL 359.1º 0.4% 0.67% -
HSV(B) 359.1º 0.33% 0.8% -
XYZ 38.93 33.02 28.75 -
YUV 158.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 205 138 139 0 0.33 0.32 0.20 359.1 0.4 0.67
Hex CD 8A 8B 0 21 20 14 167 28 43
Octal 315 212 213 0 41 40 24 547 50 103
Binary 11001101 10001010 10001011 0 100001 100000 10100 101100111 101000 1000011

Color Harmonies of #CD8A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8A8B

Black with #CD8A8B

Text Example


Text Example

White with #CD8A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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