Html Css Color HEX #CD9090 Oriental Pink

📋 copy color: '#CD9090'

red 205 ◦ green 144 ◦ blue 144

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

Shades of Oriental Pink #CD9090

Tints of Oriental Pink #CD9090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.21%

R = 41.58%
G = 29.21%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD9090 (or 0xCD9090) is known color: Oriental Pink. HEX triplet: CD, 90 and 90. RGB value is (205,144,144). Sum of RGB (Red+Green+Blue) = 205+144+144=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9090 is #326F6F. Grayscale: #A2A2A2. Windows color (decimal): -3305328 or 9474253. OLE color: 9474253.

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

Color convert

RGB 205 144 144 -
CMYK 0 0.30 0.30 0.20
HSL 0.38% 0.68% -
HSV(B) 0.3% 0.8% -
XYZ 40.18 34.94 31.01 -
YUV 162.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 205 144 144 0 0.30 0.30 0.20 0 0.38 0.68
Hex CD 90 90 0 1E 1E 14 0 26 44
Octal 315 220 220 0 36 36 24 0 46 104
Binary 11001101 10010000 10010000 0 11110 11110 10100 0 100110 1000100

Color Harmonies of #CD9090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9090

Black with #CD9090

Text Example


Text Example

White with #CD9090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9090; }

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

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

background-color css

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

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

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

border-color css

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

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

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