Html Css Color HEX #CD838C Puce

📋 copy color: '#CD838C'

red 205 ◦ green 131 ◦ blue 140

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

Shades of Puce #CD838C

Tints of Puce #CD838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.52%

 BLUE value IS 140 (55.08% from 255) = 29.41%

R = 43.07%
G = 27.52%
B = 29.41%

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

#CD838C (or 0xCD838C) is known color: Puce. HEX triplet: CD, 83 and 8C. RGB value is (205,131,140). Sum of RGB (Red+Green+Blue) = 205+131+140=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CD838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD838C is #327C73. Grayscale: #9A9A9A. Windows color (decimal): -3308660 or 9208781. OLE color: 9208781.

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

Color convert

RGB 205 131 140 -
CMYK 0 0.36 0.32 0.20
HSL 352.7º 0.43% 0.66% -
HSV(B) 352.7º 0.36% 0.8% -
XYZ 38.03 31.11 28.81 -
YUV 154.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 205 131 140 0 0.36 0.32 0.20 352.7 0.43 0.66
Hex CD 83 8C 0 24 20 14 161 2B 42
Octal 315 203 214 0 44 40 24 541 53 102
Binary 11001101 10000011 10001100 0 100100 100000 10100 101100001 101011 1000010

Color Harmonies of #CD838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD838C

Black with #CD838C

Text Example


Text Example

White with #CD838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD838C; }

 p { color: rgb(205,131,140); }

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

background-color css

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

 a { background-color: rgb(205,131,140); }

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

border-color css

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

 span { border-color: rgb(205,131,140); }

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