Html Css Color HEX #CD938D Oriental Pink

📋 copy color: '#CD938D'

red 205 ◦ green 147 ◦ blue 141

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

Shades of Oriental Pink #CD938D

Tints of Oriental Pink #CD938D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 41.58%
G = 29.82%
B = 28.6%

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

#CD938D (or 0xCD938D) is known color: Oriental Pink. HEX triplet: CD, 93 and 8D. RGB value is (205,147,141). Sum of RGB (Red+Green+Blue) = 205+147+141=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD938D is #326C72. Grayscale: #A3A3A3. Windows color (decimal): -3304563 or 9278413. OLE color: 9278413.

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

Color convert

RGB 205 147 141 -
CMYK 0 0.28 0.31 0.20
HSL 5.63º 0.39% 0.68% -
HSV(B) 5.63º 0.31% 0.8% -
XYZ 40.42 35.77 29.97 -
YUV 163.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 205 147 141 0 0.28 0.31 0.20 5.63 0.39 0.68
Hex CD 93 8D 0 1C 1F 14 6 27 44
Octal 315 223 215 0 34 37 24 6 47 104
Binary 11001101 10010011 10001101 0 11100 11111 10100 110 100111 1000100

Color Harmonies of #CD938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD938D

Black with #CD938D

Text Example


Text Example

White with #CD938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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