Html Css Color HEX #C57F7C Oriental Pink

📋 copy color: '#C57F7C'

red 197 ◦ green 127 ◦ blue 124

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

Shades of Oriental Pink #C57F7C

Tints of Oriental Pink #C57F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 28.35%

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

R = 43.97%
G = 28.35%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C57F7C (or 0xC57F7C) is known color: Oriental Pink. HEX triplet: C5, 7F and 7C. RGB value is (197,127,124). Sum of RGB (Red+Green+Blue) = 197+127+124=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57F7C is #3A8083. Grayscale: #939393. Windows color (decimal): -3833988 or 8159173. OLE color: 8159173.

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

Color convert

RGB 197 127 124 -
CMYK 0 0.36 0.37 0.23
HSL 2.47º 0.39% 0.63% -
HSV(B) 2.47º 0.37% 0.77% -
XYZ 34.25 28.5 22.77 -
YUV 147.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 197 127 124 0 0.36 0.37 0.23 2.47 0.39 0.63
Hex C5 7F 7C 0 24 25 17 2 27 3F
Octal 305 177 174 0 44 45 27 2 47 77
Binary 11000101 1111111 1111100 0 100100 100101 10111 10 100111 111111

Color Harmonies of #C57F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F7C

Black with #C57F7C

Text Example


Text Example

White with #C57F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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