Html Css Color HEX #C48280 Oriental Pink

📋 copy color: '#C48280'

red 196 ◦ green 130 ◦ blue 128

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

Shades of Oriental Pink #C48280

Tints of Oriental Pink #C48280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.63%

 BLUE value IS 128 (50.39% from 255) = 28.19%

R = 43.17%
G = 28.63%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C48280 (or 0xC48280) is known color: Oriental Pink. HEX triplet: C4, 82 and 80. RGB value is (196,130,128). Sum of RGB (Red+Green+Blue) = 196+130+128=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C48280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48280 is #3B7D7F. Grayscale: #959595. Windows color (decimal): -3898752 or 8422084. OLE color: 8422084.

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

Color convert

RGB 196 130 128 -
CMYK 0 0.34 0.35 0.23
HSL 1.76º 0.37% 0.64% -
HSV(B) 1.76º 0.35% 0.77% -
XYZ 34.64 29.26 24.24 -
YUV 149.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 196 130 128 0 0.34 0.35 0.23 1.76 0.37 0.64
Hex C4 82 80 0 22 23 17 2 25 40
Octal 304 202 200 0 42 43 27 2 45 100
Binary 11000100 10000010 10000000 0 100010 100011 10111 10 100101 1000000

Color Harmonies of #C48280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48280

Black with #C48280

Text Example


Text Example

White with #C48280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48280; }

 p { color: rgb(196,130,128); }

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

background-color css

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

 a { background-color: rgb(196,130,128); }

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

border-color css

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

 span { border-color: rgb(196,130,128); }

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