Html Css Color HEX #C5948F Oriental Pink

📋 copy color: '#C5948F'

red 197 ◦ green 148 ◦ blue 143

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

Shades of Oriental Pink #C5948F

Tints of Oriental Pink #C5948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.3%

R = 40.37%
G = 30.33%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5948F (or 0xC5948F) is known color: Oriental Pink. HEX triplet: C5, 94 and 8F. RGB value is (197,148,143). Sum of RGB (Red+Green+Blue) = 197+148+143=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C5948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5948F is #3A6B70. Grayscale: #A2A2A2. Windows color (decimal): -3828593 or 9409733. OLE color: 9409733.

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

Color convert

RGB 197 148 143 -
CMYK 0 0.25 0.27 0.23
HSL 5.56º 0.32% 0.67% -
HSV(B) 5.56º 0.27% 0.77% -
XYZ 38.57 35.03 30.72 -
YUV 162.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 197 148 143 0 0.25 0.27 0.23 5.56 0.32 0.67
Hex C5 94 8F 0 19 1B 17 6 20 43
Octal 305 224 217 0 31 33 27 6 40 103
Binary 11000101 10010100 10001111 0 11001 11011 10111 110 100000 1000011

Color Harmonies of #C5948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5948F

Black with #C5948F

Text Example


Text Example

White with #C5948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5948F; }

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

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

background-color css

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

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

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

border-color css

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

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

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