Html Css Color HEX #C4807F Oriental Pink

📋 copy color: '#C4807F'

red 196 ◦ green 128 ◦ blue 127

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

Shades of Oriental Pink #C4807F

Tints of Oriental Pink #C4807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.38%

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

R = 43.46%
G = 28.38%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4807F (or 0xC4807F) is known color: Oriental Pink. HEX triplet: C4, 80 and 7F. RGB value is (196,128,127). Sum of RGB (Red+Green+Blue) = 196+128+127=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C4807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4807F is #3B7F80. Grayscale: #949494. Windows color (decimal): -3899265 or 8356036. OLE color: 8356036.

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

Color convert

RGB 196 128 127 -
CMYK 0 0.35 0.35 0.23
HSL 0.87º 0.37% 0.63% -
HSV(B) 0.87º 0.35% 0.77% -
XYZ 34.31 28.71 23.81 -
YUV 148.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 196 128 127 0 0.35 0.35 0.23 0.87 0.37 0.63
Hex C4 80 7F 0 23 23 17 1 25 3F
Octal 304 200 177 0 43 43 27 1 45 77
Binary 11000100 10000000 1111111 0 100011 100011 10111 1 100101 111111

Color Harmonies of #C4807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4807F

Black with #C4807F

Text Example


Text Example

White with #C4807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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