Html Css Color HEX #C48684 Oriental Pink

📋 copy color: '#C48684'

red 196 ◦ green 134 ◦ blue 132

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

Shades of Oriental Pink #C48684

Tints of Oriental Pink #C48684

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29%

 BLUE value IS 132 (51.95% from 255) = 28.57%

R = 42.42%
G = 29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C48684 (or 0xC48684) is known color: Oriental Pink. HEX triplet: C4, 86 and 84. RGB value is (196,134,132). Sum of RGB (Red+Green+Blue) = 196+134+132=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C48684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48684 is #3B797B. Grayscale: #989898. Windows color (decimal): -3897724 or 8685252. OLE color: 8685252.

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

Color convert

RGB 196 134 132 -
CMYK 0 0.32 0.33 0.23
HSL 1.88º 0.35% 0.64% -
HSV(B) 1.88º 0.33% 0.77% -
XYZ 35.45 30.45 25.84 -
YUV 152.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 196 134 132 0 0.32 0.33 0.23 1.88 0.35 0.64
Hex C4 86 84 0 20 21 17 2 23 40
Octal 304 206 204 0 40 41 27 2 43 100
Binary 11000100 10000110 10000100 0 100000 100001 10111 10 100011 1000000

Color Harmonies of #C48684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48684

Black with #C48684

Text Example


Text Example

White with #C48684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48684; }

 p { color: rgb(196,134,132); }

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

background-color css

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

 a { background-color: rgb(196,134,132); }

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

border-color css

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

 span { border-color: rgb(196,134,132); }

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