Html Css Color HEX #C48C7D Oriental Pink

📋 copy color: '#C48C7D'

red 196 ◦ green 140 ◦ blue 125

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

Shades of Oriental Pink #C48C7D

Tints of Oriental Pink #C48C7D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.37%

 BLUE value IS 125 (49.22% from 255) = 27.11%

R = 42.52%
G = 30.37%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C48C7D (or 0xC48C7D) is known color: Oriental Pink. HEX triplet: C4, 8C and 7D. RGB value is (196,140,125). Sum of RGB (Red+Green+Blue) = 196+140+125=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C7D is #3B7382. Grayscale: #9B9B9B. Windows color (decimal): -3896195 or 8228036. OLE color: 8228036.

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

Color convert

RGB 196 140 125 -
CMYK 0 0.29 0.36 0.23
HSL 12.68º 0.38% 0.63% -
HSV(B) 12.68º 0.36% 0.77% -
XYZ 35.84 31.97 23.68 -
YUV 155.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 196 140 125 0 0.29 0.36 0.23 12.68 0.38 0.63
Hex C4 8C 7D 0 1D 24 17 D 26 3F
Octal 304 214 175 0 35 44 27 15 46 77
Binary 11000100 10001100 1111101 0 11101 100100 10111 1101 100110 111111

Color Harmonies of #C48C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C7D

Black with #C48C7D

Text Example


Text Example

White with #C48C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C7D; }

 p { color: rgb(196,140,125); }

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

background-color css

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

 a { background-color: rgb(196,140,125); }

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

border-color css

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

 span { border-color: rgb(196,140,125); }

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