Html Css Color HEX #C4847D Oriental Pink

📋 copy color: '#C4847D'

red 196 ◦ green 132 ◦ blue 125

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

Shades of Oriental Pink #C4847D

Tints of Oriental Pink #C4847D

RGB

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

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

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

R = 43.27%
G = 29.14%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4847D (or 0xC4847D) is known color: Oriental Pink. HEX triplet: C4, 84 and 7D. RGB value is (196,132,125). Sum of RGB (Red+Green+Blue) = 196+132+125=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4847D is #3B7B82. Grayscale: #969696. Windows color (decimal): -3898243 or 8225988. OLE color: 8225988.

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

Color convert

RGB 196 132 125 -
CMYK 0 0.33 0.36 0.23
HSL 5.92º 0.38% 0.63% -
HSV(B) 5.92º 0.36% 0.77% -
XYZ 34.72 29.72 23.31 -
YUV 150.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 196 132 125 0 0.33 0.36 0.23 5.92 0.38 0.63
Hex C4 84 7D 0 21 24 17 6 26 3F
Octal 304 204 175 0 41 44 27 6 46 77
Binary 11000100 10000100 1111101 0 100001 100100 10111 110 100110 111111

Color Harmonies of #C4847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4847D

Black with #C4847D

Text Example


Text Example

White with #C4847D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4847D; }

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

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

background-color css

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

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

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

border-color css

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

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

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