Html Css Color HEX #C5948C Oriental Pink

📋 copy color: '#C5948C'

red 197 ◦ green 148 ◦ blue 140

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

Shades of Oriental Pink #C5948C

Tints of Oriental Pink #C5948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.52%

 BLUE value IS 140 (55.08% from 255) = 28.87%

R = 40.62%
G = 30.52%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5948C (or 0xC5948C) is known color: Oriental Pink. HEX triplet: C5, 94 and 8C. RGB value is (197,148,140). Sum of RGB (Red+Green+Blue) = 197+148+140=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C5948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5948C is #3A6B73. Grayscale: #A1A1A1. Windows color (decimal): -3828596 or 9213125. OLE color: 9213125.

HSL color Cylindrical-coordinate representation of color #C5948C: hue angle of 8.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5948C is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 148 140 -
CMYK 0 0.25 0.29 0.23
HSL 8.42º 0.33% 0.66% -
HSV(B) 8.42º 0.29% 0.77% -
XYZ 38.35 34.94 29.53 -
YUV 161.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 197 148 140 0 0.25 0.29 0.23 8.42 0.33 0.66
Hex C5 94 8C 0 19 1D 17 8 21 42
Octal 305 224 214 0 31 35 27 10 41 102
Binary 11000101 10010100 10001100 0 11001 11101 10111 1000 100001 1000010

Color Harmonies of #C5948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5948C

Black with #C5948C

Text Example


Text Example

White with #C5948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5948C; }

 p { color: rgb(197,148,140); }

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

background-color css

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

 a { background-color: rgb(197,148,140); }

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

border-color css

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

 span { border-color: rgb(197,148,140); }

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