Html Css Color HEX #C4887E Oriental Pink

📋 copy color: '#C4887E'

red 196 ◦ green 136 ◦ blue 126

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

Shades of Oriental Pink #C4887E

Tints of Oriental Pink #C4887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.69%

 BLUE value IS 126 (49.61% from 255) = 27.51%

R = 42.79%
G = 29.69%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4887E (or 0xC4887E) is known color: Oriental Pink. HEX triplet: C4, 88 and 7E. RGB value is (196,136,126). Sum of RGB (Red+Green+Blue) = 196+136+126=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4887E is #3B7781. Grayscale: #989898. Windows color (decimal): -3897218 or 8292548. OLE color: 8292548.

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

Color convert

RGB 196 136 126 -
CMYK 0 0.31 0.36 0.23
HSL 8.57º 0.37% 0.63% -
HSV(B) 8.57º 0.36% 0.77% -
XYZ 35.34 30.85 23.83 -
YUV 152.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 196 136 126 0 0.31 0.36 0.23 8.57 0.37 0.63
Hex C4 88 7E 0 1F 24 17 9 25 3F
Octal 304 210 176 0 37 44 27 11 45 77
Binary 11000100 10001000 1111110 0 11111 100100 10111 1001 100101 111111

Color Harmonies of #C4887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4887E

Black with #C4887E

Text Example


Text Example

White with #C4887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4887E; }

 p { color: rgb(196,136,126); }

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

background-color css

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

 a { background-color: rgb(196,136,126); }

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

border-color css

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

 span { border-color: rgb(196,136,126); }

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