Html Css Color HEX #C48E8C Oriental Pink

📋 copy color: '#C48E8C'

red 196 ◦ green 142 ◦ blue 140

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

Shades of Oriental Pink #C48E8C

Tints of Oriental Pink #C48E8C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.71%

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

R = 41%
G = 29.71%
B = 29.29%

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

#C48E8C (or 0xC48E8C) is known color: Oriental Pink. HEX triplet: C4, 8E and 8C. RGB value is (196,142,140). Sum of RGB (Red+Green+Blue) = 196+142+140=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48E8C is #3B7173. Grayscale: #9D9D9D. Windows color (decimal): -3895668 or 9211588. OLE color: 9211588.

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

Color convert

RGB 196 142 140 -
CMYK 0 0.28 0.29 0.23
HSL 2.14º 0.32% 0.66% -
HSV(B) 2.14º 0.29% 0.77% -
XYZ 37.17 32.98 29.22 -
YUV 157.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 196 142 140 0 0.28 0.29 0.23 2.14 0.32 0.66
Hex C4 8E 8C 0 1C 1D 17 2 20 42
Octal 304 216 214 0 34 35 27 2 40 102
Binary 11000100 10001110 10001100 0 11100 11101 10111 10 100000 1000010

Color Harmonies of #C48E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E8C

Black with #C48E8C

Text Example


Text Example

White with #C48E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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