Html Css Color HEX #C48482 Oriental Pink

📋 copy color: '#C48482'

red 196 ◦ green 132 ◦ blue 130

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

Shades of Oriental Pink #C48482

Tints of Oriental Pink #C48482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.82%

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

R = 42.79%
G = 28.82%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C48482 (or 0xC48482) is known color: Oriental Pink. HEX triplet: C4, 84 and 82. RGB value is (196,132,130). Sum of RGB (Red+Green+Blue) = 196+132+130=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C48482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48482 is #3B7B7D. Grayscale: #969696. Windows color (decimal): -3898238 or 8553668. OLE color: 8553668.

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

Color convert

RGB 196 132 130 -
CMYK 0 0.33 0.34 0.23
HSL 1.82º 0.36% 0.64% -
HSV(B) 1.82º 0.34% 0.77% -
XYZ 35.05 29.85 25.03 -
YUV 150.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 196 132 130 0 0.33 0.34 0.23 1.82 0.36 0.64
Hex C4 84 82 0 21 22 17 2 24 40
Octal 304 204 202 0 41 42 27 2 44 100
Binary 11000100 10000100 10000010 0 100001 100010 10111 10 100100 1000000

Color Harmonies of #C48482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48482

Black with #C48482

Text Example


Text Example

White with #C48482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48482; }

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

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

background-color css

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

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

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

border-color css

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

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

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