Html Css Color HEX #CD8D8C Oriental Pink

📋 copy color: '#CD8D8C'

red 205 ◦ green 141 ◦ blue 140

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

Shades of Oriental Pink #CD8D8C

Tints of Oriental Pink #CD8D8C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.01%

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

R = 42.18%
G = 29.01%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD8D8C (or 0xCD8D8C) is known color: Oriental Pink. HEX triplet: CD, 8D and 8C. RGB value is (205,141,140). Sum of RGB (Red+Green+Blue) = 205+141+140=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8D8C is #327273. Grayscale: #A0A0A0. Windows color (decimal): -3306100 or 9211341. OLE color: 9211341.

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

Color convert

RGB 205 141 140 -
CMYK 0 0.31 0.32 0.20
HSL 0.92º 0.39% 0.68% -
HSV(B) 0.92º 0.32% 0.8% -
XYZ 39.44 33.92 29.28 -
YUV 160.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 205 141 140 0 0.31 0.32 0.20 0.92 0.39 0.68
Hex CD 8D 8C 0 1F 20 14 1 27 44
Octal 315 215 214 0 37 40 24 1 47 104
Binary 11001101 10001101 10001100 0 11111 100000 10100 1 100111 1000100

Color Harmonies of #CD8D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8D8C

Black with #CD8D8C

Text Example


Text Example

White with #CD8D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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