Html Css Color HEX #C48985 Oriental Pink

📋 copy color: '#C48985'

red 196 ◦ green 137 ◦ blue 133

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

Shades of Oriental Pink #C48985

Tints of Oriental Pink #C48985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.4%

 BLUE value IS 133 (52.34% from 255) = 28.54%

R = 42.06%
G = 29.4%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C48985 (or 0xC48985) is known color: Oriental Pink. HEX triplet: C4, 89 and 85. RGB value is (196,137,133). Sum of RGB (Red+Green+Blue) = 196+137+133=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C48985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48985 is #3B767A. Grayscale: #9A9A9A. Windows color (decimal): -3896955 or 8751556. OLE color: 8751556.

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

Color convert

RGB 196 137 133 -
CMYK 0 0.30 0.32 0.23
HSL 3.81º 0.35% 0.65% -
HSV(B) 3.81º 0.32% 0.77% -
XYZ 35.94 31.32 26.34 -
YUV 154.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 196 137 133 0 0.30 0.32 0.23 3.81 0.35 0.65
Hex C4 89 85 0 1E 20 17 4 23 41
Octal 304 211 205 0 36 40 27 4 43 101
Binary 11000100 10001001 10000101 0 11110 100000 10111 100 100011 1000001

Color Harmonies of #C48985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48985

Black with #C48985

Text Example


Text Example

White with #C48985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48985; }

 p { color: rgb(196,137,133); }

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

background-color css

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

 a { background-color: rgb(196,137,133); }

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

border-color css

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

 span { border-color: rgb(196,137,133); }

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