Html Css Color HEX #C4877D Oriental Pink

📋 copy color: '#C4877D'

red 196 ◦ green 135 ◦ blue 125

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

Shades of Oriental Pink #C4877D

Tints of Oriental Pink #C4877D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.41%

R = 42.98%
G = 29.61%
B = 27.41%

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

#C4877D (or 0xC4877D) is known color: Oriental Pink. HEX triplet: C4, 87 and 7D. RGB value is (196,135,125). Sum of RGB (Red+Green+Blue) = 196+135+125=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4877D is #3B7882. Grayscale: #989898. Windows color (decimal): -3897475 or 8226756. OLE color: 8226756.

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

Color convert

RGB 196 135 125 -
CMYK 0 0.31 0.36 0.23
HSL 8.45º 0.38% 0.63% -
HSV(B) 8.45º 0.36% 0.77% -
XYZ 35.13 30.54 23.45 -
YUV 152.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 196 135 125 0 0.31 0.36 0.23 8.45 0.38 0.63
Hex C4 87 7D 0 1F 24 17 8 26 3F
Octal 304 207 175 0 37 44 27 10 46 77
Binary 11000100 10000111 1111101 0 11111 100100 10111 1000 100110 111111

Color Harmonies of #C4877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4877D

Black with #C4877D

Text Example


Text Example

White with #C4877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4877D; }

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

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

background-color css

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

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

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

border-color css

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

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

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