Html Css Color HEX #C4877E Oriental Pink

📋 copy color: '#C4877E'

red 196 ◦ green 135 ◦ blue 126

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

Shades of Oriental Pink #C4877E

Tints of Oriental Pink #C4877E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.54%

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

R = 42.89%
G = 29.54%
B = 27.57%

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

#C4877E (or 0xC4877E) is known color: Oriental Pink. HEX triplet: C4, 87 and 7E. RGB value is (196,135,126). Sum of RGB (Red+Green+Blue) = 196+135+126=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C4877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4877E is #3B7881. Grayscale: #989898. Windows color (decimal): -3897474 or 8292292. OLE color: 8292292.

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

Color convert

RGB 196 135 126 -
CMYK 0 0.31 0.36 0.23
HSL 7.71º 0.37% 0.63% -
HSV(B) 7.71º 0.36% 0.77% -
XYZ 35.19 30.57 23.78 -
YUV 152.21 113.21 159.23 -
System Red Green Blue C M Y K H S L
Decimal 196 135 126 0 0.31 0.36 0.23 7.71 0.37 0.63
Hex C4 87 7E 0 1F 24 17 8 25 3F
Octal 304 207 176 0 37 44 27 10 45 77
Binary 11000100 10000111 1111110 0 11111 100100 10111 1000 100101 111111

Color Harmonies of #C4877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4877E

Black with #C4877E

Text Example


Text Example

White with #C4877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4877E; }

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

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

background-color css

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

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

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

border-color css

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

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

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