Html Css Color HEX #C48982 Oriental Pink

📋 copy color: '#C48982'

red 196 ◦ green 137 ◦ blue 130

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

Shades of Oriental Pink #C48982

Tints of Oriental Pink #C48982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.08%

R = 42.33%
G = 29.59%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C48982 (or 0xC48982) is known color: Oriental Pink. HEX triplet: C4, 89 and 82. RGB value is (196,137,130). Sum of RGB (Red+Green+Blue) = 196+137+130=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C48982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48982 is #3B767D. Grayscale: #999999. Windows color (decimal): -3896958 or 8554948. OLE color: 8554948.

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

Color convert

RGB 196 137 130 -
CMYK 0 0.30 0.34 0.23
HSL 6.36º 0.36% 0.64% -
HSV(B) 6.36º 0.34% 0.77% -
XYZ 35.74 31.24 25.27 -
YUV 153.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 196 137 130 0 0.30 0.34 0.23 6.36 0.36 0.64
Hex C4 89 82 0 1E 22 17 6 24 40
Octal 304 211 202 0 36 42 27 6 44 100
Binary 11000100 10001001 10000010 0 11110 100010 10111 110 100100 1000000

Color Harmonies of #C48982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48982

Black with #C48982

Text Example


Text Example

White with #C48982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48982; }

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

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

background-color css

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

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

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

border-color css

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

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

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