Html Css Color HEX #C5908B Oriental Pink

📋 copy color: '#C5908B'

red 197 ◦ green 144 ◦ blue 139

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

Shades of Oriental Pink #C5908B

Tints of Oriental Pink #C5908B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30%

 BLUE value IS 139 (54.69% from 255) = 28.96%

R = 41.04%
G = 30%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5908B (or 0xC5908B) is known color: Oriental Pink. HEX triplet: C5, 90 and 8B. RGB value is (197,144,139). Sum of RGB (Red+Green+Blue) = 197+144+139=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5908B is #3A6F74. Grayscale: #9F9F9F. Windows color (decimal): -3829621 or 9146565. OLE color: 9146565.

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

Color convert

RGB 197 144 139 -
CMYK 0 0.27 0.29 0.23
HSL 5.17º 0.33% 0.66% -
HSV(B) 5.17º 0.29% 0.77% -
XYZ 37.66 33.68 28.94 -
YUV 159.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 197 144 139 0 0.27 0.29 0.23 5.17 0.33 0.66
Hex C5 90 8B 0 1B 1D 17 5 21 42
Octal 305 220 213 0 33 35 27 5 41 102
Binary 11000101 10010000 10001011 0 11011 11101 10111 101 100001 1000010

Color Harmonies of #C5908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5908B

Black with #C5908B

Text Example


Text Example

White with #C5908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5908B; }

 p { color: rgb(197,144,139); }

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

background-color css

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

 a { background-color: rgb(197,144,139); }

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

border-color css

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

 span { border-color: rgb(197,144,139); }

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