Html Css Color HEX #CD9388 Oriental Pink

📋 copy color: '#CD9388'

red 205 ◦ green 147 ◦ blue 136

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

Shades of Oriental Pink #CD9388

Tints of Oriental Pink #CD9388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.12%

 BLUE value IS 136 (53.52% from 255) = 27.87%

R = 42.01%
G = 30.12%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD9388 (or 0xCD9388) is known color: Oriental Pink. HEX triplet: CD, 93 and 88. RGB value is (205,147,136). Sum of RGB (Red+Green+Blue) = 205+147+136=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9388 is #326C77. Grayscale: #A3A3A3. Windows color (decimal): -3304568 or 8950733. OLE color: 8950733.

HSL color Cylindrical-coordinate representation of color #CD9388: hue angle of 9.57º 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 #CD9388 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 147 136 -
CMYK 0 0.28 0.34 0.20
HSL 9.57º 0.41% 0.67% -
HSV(B) 9.57º 0.34% 0.8% -
XYZ 40.05 35.62 28.06 -
YUV 163.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 205 147 136 0 0.28 0.34 0.20 9.57 0.41 0.67
Hex CD 93 88 0 1C 22 14 A 29 43
Octal 315 223 210 0 34 42 24 12 51 103
Binary 11001101 10010011 10001000 0 11100 100010 10100 1010 101001 1000011

Color Harmonies of #CD9388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9388

Black with #CD9388

Text Example


Text Example

White with #CD9388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9388; }

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

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

background-color css

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

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

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

border-color css

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

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

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