Html Css Color HEX #CD908B Oriental Pink

📋 copy color: '#CD908B'

red 205 ◦ green 144 ◦ blue 139

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

Shades of Oriental Pink #CD908B

Tints of Oriental Pink #CD908B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.51%

 BLUE value IS 139 (54.69% from 255) = 28.48%

R = 42.01%
G = 29.51%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD908B (or 0xCD908B) is known color: Oriental Pink. HEX triplet: CD, 90 and 8B. RGB value is (205,144,139). Sum of RGB (Red+Green+Blue) = 205+144+139=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CD908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD908B is #326F74. Grayscale: #A1A1A1. Windows color (decimal): -3305333 or 9146573. OLE color: 9146573.

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

Color convert

RGB 205 144 139 -
CMYK 0 0.30 0.32 0.20
HSL 4.55º 0.4% 0.67% -
HSV(B) 4.55º 0.32% 0.8% -
XYZ 39.81 34.79 29.04 -
YUV 161.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 205 144 139 0 0.30 0.32 0.20 4.55 0.4 0.67
Hex CD 90 8B 0 1E 20 14 5 28 43
Octal 315 220 213 0 36 40 24 5 50 103
Binary 11001101 10010000 10001011 0 11110 100000 10100 101 101000 1000011

Color Harmonies of #CD908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD908B

Black with #CD908B

Text Example


Text Example

White with #CD908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD908B; }

 p { color: rgb(205,144,139); }

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

background-color css

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

 a { background-color: rgb(205,144,139); }

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

border-color css

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

 span { border-color: rgb(205,144,139); }

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