Html Css Color HEX #C5867C Oriental Pink

📋 copy color: '#C5867C'

red 197 ◦ green 134 ◦ blue 124

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

Shades of Oriental Pink #C5867C

Tints of Oriental Pink #C5867C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.25%

R = 43.3%
G = 29.45%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5867C (or 0xC5867C) is known color: Oriental Pink. HEX triplet: C5, 86 and 7C. RGB value is (197,134,124). Sum of RGB (Red+Green+Blue) = 197+134+124=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5867C is #3A7983. Grayscale: #979797. Windows color (decimal): -3832196 or 8160965. OLE color: 8160965.

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

Color convert

RGB 197 134 124 -
CMYK 0 0.32 0.37 0.23
HSL 8.22º 0.39% 0.63% -
HSV(B) 8.22º 0.37% 0.77% -
XYZ 35.19 30.38 23.08 -
YUV 151.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 197 134 124 0 0.32 0.37 0.23 8.22 0.39 0.63
Hex C5 86 7C 0 20 25 17 8 27 3F
Octal 305 206 174 0 40 45 27 10 47 77
Binary 11000101 10000110 1111100 0 100000 100101 10111 1000 100111 111111

Color Harmonies of #C5867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5867C

Black with #C5867C

Text Example


Text Example

White with #C5867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5867C; }

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

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

background-color css

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

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

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

border-color css

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

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

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