Html Css Color HEX #CD938E Oriental Pink

📋 copy color: '#CD938E'

red 205 ◦ green 147 ◦ blue 142

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

Shades of Oriental Pink #CD938E

Tints of Oriental Pink #CD938E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.74%

R = 41.5%
G = 29.76%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD938E (or 0xCD938E) is known color: Oriental Pink. HEX triplet: CD, 93 and 8E. RGB value is (205,147,142). Sum of RGB (Red+Green+Blue) = 205+147+142=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD938E is #326C71. Grayscale: #A3A3A3. Windows color (decimal): -3304562 or 9343949. OLE color: 9343949.

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

Color convert

RGB 205 147 142 -
CMYK 0 0.28 0.31 0.20
HSL 4.76º 0.39% 0.68% -
HSV(B) 4.76º 0.31% 0.8% -
XYZ 40.49 35.8 30.37 -
YUV 163.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 205 147 142 0 0.28 0.31 0.20 4.76 0.39 0.68
Hex CD 93 8E 0 1C 1F 14 5 27 44
Octal 315 223 216 0 34 37 24 5 47 104
Binary 11001101 10010011 10001110 0 11100 11111 10100 101 100111 1000100

Color Harmonies of #CD938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD938E

Black with #CD938E

Text Example


Text Example

White with #CD938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD938E; }

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

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

background-color css

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

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

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

border-color css

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

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

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