Html Css Color HEX #CD928C Oriental Pink

📋 copy color: '#CD928C'

red 205 ◦ green 146 ◦ blue 140

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

Shades of Oriental Pink #CD928C

Tints of Oriental Pink #CD928C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.51%

R = 41.75%
G = 29.74%
B = 28.51%

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

#CD928C (or 0xCD928C) is known color: Oriental Pink. HEX triplet: CD, 92 and 8C. RGB value is (205,146,140). Sum of RGB (Red+Green+Blue) = 205+146+140=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD928C is #326D73. Grayscale: #A3A3A3. Windows color (decimal): -3304820 or 9212621. OLE color: 9212621.

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

Color convert

RGB 205 146 140 -
CMYK 0 0.29 0.32 0.20
HSL 5.54º 0.39% 0.68% -
HSV(B) 5.54º 0.32% 0.8% -
XYZ 40.19 35.43 29.53 -
YUV 162.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 205 146 140 0 0.29 0.32 0.20 5.54 0.39 0.68
Hex CD 92 8C 0 1D 20 14 6 27 44
Octal 315 222 214 0 35 40 24 6 47 104
Binary 11001101 10010010 10001100 0 11101 100000 10100 110 100111 1000100

Color Harmonies of #CD928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD928C

Black with #CD928C

Text Example


Text Example

White with #CD928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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