Html Css Color HEX #CD9288 Oriental Pink

📋 copy color: '#CD9288'

red 205 ◦ green 146 ◦ blue 136

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

Shades of Oriental Pink #CD9288

Tints of Oriental Pink #CD9288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.98%

 BLUE value IS 136 (53.52% from 255) = 27.93%

R = 42.09%
G = 29.98%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD9288 (or 0xCD9288) is known color: Oriental Pink. HEX triplet: CD, 92 and 88. RGB value is (205,146,136). Sum of RGB (Red+Green+Blue) = 205+146+136=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9288 is #326D77. Grayscale: #A2A2A2. Windows color (decimal): -3304824 or 8950477. OLE color: 8950477.

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

Color convert

RGB 205 146 136 -
CMYK 0 0.29 0.34 0.20
HSL 8.7º 0.41% 0.67% -
HSV(B) 8.7º 0.34% 0.8% -
XYZ 39.9 35.31 28.01 -
YUV 162.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 205 146 136 0 0.29 0.34 0.20 8.7 0.41 0.67
Hex CD 92 88 0 1D 22 14 9 29 43
Octal 315 222 210 0 35 42 24 11 51 103
Binary 11001101 10010010 10001000 0 11101 100010 10100 1001 101001 1000011

Color Harmonies of #CD9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9288

Black with #CD9288

Text Example


Text Example

White with #CD9288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9288; }

 p { color: rgb(205,146,136); }

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

background-color css

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

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

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

border-color css

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

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

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