Html Css Color HEX #C48F8D Oriental Pink

📋 copy color: '#C48F8D'

red 196 ◦ green 143 ◦ blue 141

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

Shades of Oriental Pink #C48F8D

Tints of Oriental Pink #C48F8D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.79%

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

R = 40.83%
G = 29.79%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C48F8D (or 0xC48F8D) is known color: Oriental Pink. HEX triplet: C4, 8F and 8D. RGB value is (196,143,141). Sum of RGB (Red+Green+Blue) = 196+143+141=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48F8D is #3B7072. Grayscale: #9E9E9E. Windows color (decimal): -3895411 or 9277380. OLE color: 9277380.

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

Color convert

RGB 196 143 141 -
CMYK 0 0.27 0.28 0.23
HSL 2.18º 0.32% 0.66% -
HSV(B) 2.18º 0.28% 0.77% -
XYZ 37.4 33.3 29.66 -
YUV 158.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 196 143 141 0 0.27 0.28 0.23 2.18 0.32 0.66
Hex C4 8F 8D 0 1B 1C 17 2 20 42
Octal 304 217 215 0 33 34 27 2 40 102
Binary 11000100 10001111 10001101 0 11011 11100 10111 10 100000 1000010

Color Harmonies of #C48F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F8D

Black with #C48F8D

Text Example


Text Example

White with #C48F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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