Html Css Color HEX #C5867F Oriental Pink

📋 copy color: '#C5867F'

red 197 ◦ green 134 ◦ blue 127

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

Shades of Oriental Pink #C5867F

Tints of Oriental Pink #C5867F

RGB

 RED value IS 197 (77.34% from 255) = 43.01%

 GREEN value IS 134 (52.73% from 255) = 29.26%

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

R = 43.01%
G = 29.26%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5867F (or 0xC5867F) is known color: Oriental Pink. HEX triplet: C5, 86 and 7F. RGB value is (197,134,127). Sum of RGB (Red+Green+Blue) = 197+134+127=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5867F is #3A7980. Grayscale: #989898. Windows color (decimal): -3832193 or 8357573. OLE color: 8357573.

HSL color Cylindrical-coordinate representation of color #C5867F: hue angle of 6º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5867F is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 134 127 -
CMYK 0 0.32 0.36 0.23
HSL 0.38% 0.64% -
HSV(B) 0.36% 0.77% -
XYZ 35.38 30.45 24.09 -
YUV 152.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 197 134 127 0 0.32 0.36 0.23 6 0.38 0.64
Hex C5 86 7F 0 20 24 17 6 26 40
Octal 305 206 177 0 40 44 27 6 46 100
Binary 11000101 10000110 1111111 0 100000 100100 10111 110 100110 1000000

Color Harmonies of #C5867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5867F

Black with #C5867F

Text Example


Text Example

White with #C5867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5867F; }

 p { color: rgb(197,134,127); }

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

background-color css

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

 a { background-color: rgb(197,134,127); }

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

border-color css

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

 span { border-color: rgb(197,134,127); }

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