Html Css Color HEX #CD928B Oriental Pink

📋 copy color: '#CD928B'

red 205 ◦ green 146 ◦ blue 139

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

Shades of Oriental Pink #CD928B

Tints of Oriental Pink #CD928B

RGB

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

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

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

R = 41.84%
G = 29.8%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD928B (or 0xCD928B) is known color: Oriental Pink. HEX triplet: CD, 92 and 8B. RGB value is (205,146,139). Sum of RGB (Red+Green+Blue) = 205+146+139=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD928B is #326D74. Grayscale: #A2A2A2. Windows color (decimal): -3304821 or 9147085. OLE color: 9147085.

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

Color convert

RGB 205 146 139 -
CMYK 0 0.29 0.32 0.20
HSL 6.36º 0.4% 0.67% -
HSV(B) 6.36º 0.32% 0.8% -
XYZ 40.12 35.4 29.14 -
YUV 162.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 205 146 139 0 0.29 0.32 0.20 6.36 0.4 0.67
Hex CD 92 8B 0 1D 20 14 6 28 43
Octal 315 222 213 0 35 40 24 6 50 103
Binary 11001101 10010010 10001011 0 11101 100000 10100 110 101000 1000011

Color Harmonies of #CD928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD928B

Black with #CD928B

Text Example


Text Example

White with #CD928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD928B; }

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

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

background-color css

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

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

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

border-color css

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

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

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