Html Css Color HEX #CD928D Oriental Pink

📋 copy color: '#CD928D'

red 205 ◦ green 146 ◦ blue 141

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

Shades of Oriental Pink #CD928D

Tints of Oriental Pink #CD928D

RGB

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

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

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

R = 41.67%
G = 29.67%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD928D (or 0xCD928D) is known color: Oriental Pink. HEX triplet: CD, 92 and 8D. RGB value is (205,146,141). Sum of RGB (Red+Green+Blue) = 205+146+141=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD928D is #326D72. Grayscale: #A3A3A3. Windows color (decimal): -3304819 or 9278157. OLE color: 9278157.

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

Color convert

RGB 205 146 141 -
CMYK 0 0.29 0.31 0.20
HSL 4.69º 0.39% 0.68% -
HSV(B) 4.69º 0.31% 0.8% -
XYZ 40.26 35.46 29.92 -
YUV 163.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 205 146 141 0 0.29 0.31 0.20 4.69 0.39 0.68
Hex CD 92 8D 0 1D 1F 14 5 27 44
Octal 315 222 215 0 35 37 24 5 47 104
Binary 11001101 10010010 10001101 0 11101 11111 10100 101 100111 1000100

Color Harmonies of #CD928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD928D

Black with #CD928D

Text Example


Text Example

White with #CD928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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