Html Css Color HEX #CD948C Oriental Pink

📋 copy color: '#CD948C'

red 205 ◦ green 148 ◦ blue 140

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

Shades of Oriental Pink #CD948C

Tints of Oriental Pink #CD948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

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

R = 41.58%
G = 30.02%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD948C (or 0xCD948C) is known color: Oriental Pink. HEX triplet: CD, 94 and 8C. RGB value is (205,148,140). Sum of RGB (Red+Green+Blue) = 205+148+140=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD948C is #326B73. Grayscale: #A4A4A4. Windows color (decimal): -3304308 or 9213133. OLE color: 9213133.

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

Color convert

RGB 205 148 140 -
CMYK 0 0.28 0.32 0.20
HSL 7.38º 0.39% 0.68% -
HSV(B) 7.38º 0.32% 0.8% -
XYZ 40.5 36.05 29.64 -
YUV 164.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 205 148 140 0 0.28 0.32 0.20 7.38 0.39 0.68
Hex CD 94 8C 0 1C 20 14 7 27 44
Octal 315 224 214 0 34 40 24 7 47 104
Binary 11001101 10010100 10001100 0 11100 100000 10100 111 100111 1000100

Color Harmonies of #CD948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD948C

Black with #CD948C

Text Example


Text Example

White with #CD948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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