Html Css Color HEX #CD908D Oriental Pink

📋 copy color: '#CD908D'

red 205 ◦ green 144 ◦ blue 141

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

Shades of Oriental Pink #CD908D

Tints of Oriental Pink #CD908D

RGB

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

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

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

R = 41.84%
G = 29.39%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD908D (or 0xCD908D) is known color: Oriental Pink. HEX triplet: CD, 90 and 8D. RGB value is (205,144,141). Sum of RGB (Red+Green+Blue) = 205+144+141=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD908D is #326F72. Grayscale: #A1A1A1. Windows color (decimal): -3305331 or 9277645. OLE color: 9277645.

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

Color convert

RGB 205 144 141 -
CMYK 0 0.30 0.31 0.20
HSL 2.81º 0.39% 0.68% -
HSV(B) 2.81º 0.31% 0.8% -
XYZ 39.96 34.85 29.82 -
YUV 161.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 205 144 141 0 0.30 0.31 0.20 2.81 0.39 0.68
Hex CD 90 8D 0 1E 1F 14 3 27 44
Octal 315 220 215 0 36 37 24 3 47 104
Binary 11001101 10010000 10001101 0 11110 11111 10100 11 100111 1000100

Color Harmonies of #CD908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD908D

Black with #CD908D

Text Example


Text Example

White with #CD908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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