Html Css Color HEX #C4827F Oriental Pink

📋 copy color: '#C4827F'

red 196 ◦ green 130 ◦ blue 127

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

Shades of Oriental Pink #C4827F

Tints of Oriental Pink #C4827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.7%

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

R = 43.27%
G = 28.7%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4827F (or 0xC4827F) is known color: Oriental Pink. HEX triplet: C4, 82 and 7F. RGB value is (196,130,127). Sum of RGB (Red+Green+Blue) = 196+130+127=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4827F is #3B7D80. Grayscale: #959595. Windows color (decimal): -3898753 or 8356548. OLE color: 8356548.

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

Color convert

RGB 196 130 127 -
CMYK 0 0.34 0.35 0.23
HSL 2.61º 0.37% 0.63% -
HSV(B) 2.61º 0.35% 0.77% -
XYZ 34.58 29.23 23.9 -
YUV 149.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 196 130 127 0 0.34 0.35 0.23 2.61 0.37 0.63
Hex C4 82 7F 0 22 23 17 3 25 3F
Octal 304 202 177 0 42 43 27 3 45 77
Binary 11000100 10000010 1111111 0 100010 100011 10111 11 100101 111111

Color Harmonies of #C4827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4827F

Black with #C4827F

Text Example


Text Example

White with #C4827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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