Html Css Color HEX #CD869A Puce

📋 copy color: '#CD869A'

red 205 ◦ green 134 ◦ blue 154

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

Shades of Puce #CD869A

Tints of Puce #CD869A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.18%

 BLUE value IS 154 (60.55% from 255) = 31.24%

R = 41.58%
G = 27.18%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD869A (or 0xCD869A) is known color: Puce. HEX triplet: CD, 86 and 9A. RGB value is (205,134,154). Sum of RGB (Red+Green+Blue) = 205+134+154=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD869A is #327965. Grayscale: #9D9D9D. Windows color (decimal): -3307878 or 10127053. OLE color: 10127053.

HSL color Cylindrical-coordinate representation of color #CD869A: hue angle of 343.1º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD869A is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 134 154 -
CMYK 0 0.35 0.25 0.20
HSL 343.1º 0.42% 0.66% -
HSV(B) 343.1º 0.35% 0.8% -
XYZ 39.53 32.36 34.73 -
YUV 157.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 205 134 154 0 0.35 0.25 0.20 343.1 0.42 0.66
Hex CD 86 9A 0 23 19 14 157 2A 42
Octal 315 206 232 0 43 31 24 527 52 102
Binary 11001101 10000110 10011010 0 100011 11001 10100 101010111 101010 1000010

Color Harmonies of #CD869A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD869A

Black with #CD869A

Text Example


Text Example

White with #CD869A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD869A; }

 p { color: rgb(205,134,154); }

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

background-color css

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

 a { background-color: rgb(205,134,154); }

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

border-color css

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

 span { border-color: rgb(205,134,154); }

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