Html Css Color HEX #C4847F Oriental Pink

📋 copy color: '#C4847F'

red 196 ◦ green 132 ◦ blue 127

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

Shades of Oriental Pink #C4847F

Tints of Oriental Pink #C4847F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.91%

R = 43.08%
G = 29.01%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4847F (or 0xC4847F) is known color: Oriental Pink. HEX triplet: C4, 84 and 7F. RGB value is (196,132,127). Sum of RGB (Red+Green+Blue) = 196+132+127=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4847F is #3B7B80. Grayscale: #969696. Windows color (decimal): -3898241 or 8357060. OLE color: 8357060.

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

Color convert

RGB 196 132 127 -
CMYK 0 0.33 0.35 0.23
HSL 4.35º 0.37% 0.63% -
HSV(B) 4.35º 0.35% 0.77% -
XYZ 34.85 29.77 23.99 -
YUV 150.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 196 132 127 0 0.33 0.35 0.23 4.35 0.37 0.63
Hex C4 84 7F 0 21 23 17 4 25 3F
Octal 304 204 177 0 41 43 27 4 45 77
Binary 11000100 10000100 1111111 0 100001 100011 10111 100 100101 111111

Color Harmonies of #C4847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4847F

Black with #C4847F

Text Example


Text Example

White with #C4847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4847F; }

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

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

background-color css

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

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

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

border-color css

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

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

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