Html Css Color HEX #C48D8C Oriental Pink

📋 copy color: '#C48D8C'

red 196 ◦ green 141 ◦ blue 140

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

Shades of Oriental Pink #C48D8C

Tints of Oriental Pink #C48D8C

RGB

 RED value IS 196 (76.95% from 255) = 41.09%

 GREEN value IS 141 (55.47% from 255) = 29.56%

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

R = 41.09%
G = 29.56%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C48D8C (or 0xC48D8C) is known color: Oriental Pink. HEX triplet: C4, 8D and 8C. RGB value is (196,141,140). Sum of RGB (Red+Green+Blue) = 196+141+140=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48D8C is #3B7273. Grayscale: #9D9D9D. Windows color (decimal): -3895924 or 9211332. OLE color: 9211332.

HSL color Cylindrical-coordinate representation of color #C48D8C: hue angle of 1.07º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48D8C is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 141 140 -
CMYK 0 0.28 0.29 0.23
HSL 1.07º 0.32% 0.66% -
HSV(B) 1.07º 0.29% 0.77% -
XYZ 37.02 32.68 29.17 -
YUV 157.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 196 141 140 0 0.28 0.29 0.23 1.07 0.32 0.66
Hex C4 8D 8C 0 1C 1D 17 1 20 42
Octal 304 215 214 0 34 35 27 1 40 102
Binary 11000100 10001101 10001100 0 11100 11101 10111 1 100000 1000010

Color Harmonies of #C48D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D8C

Black with #C48D8C

Text Example


Text Example

White with #C48D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D8C; }

 p { color: rgb(196,141,140); }

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

background-color css

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

 a { background-color: rgb(196,141,140); }

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

border-color css

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

 span { border-color: rgb(196,141,140); }

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