Html Css Color HEX #C0918D Oriental Pink

📋 copy color: '#C0918D'

red 192 ◦ green 145 ◦ blue 141

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

Shades of Oriental Pink #C0918D

Tints of Oriental Pink #C0918D

RGB

 RED value IS 192 (75.39% from 255) = 40.17%

 GREEN value IS 145 (57.03% from 255) = 30.33%

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 40.17%
G = 30.33%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0918D (or 0xC0918D) is known color: Oriental Pink. HEX triplet: C0, 91 and 8D. RGB value is (192,145,141). Sum of RGB (Red+Green+Blue) = 192+145+141=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0918D is #3F6E72. Grayscale: #9E9E9E. Windows color (decimal): -4157043 or 9277888. OLE color: 9277888.

HSL color Cylindrical-coordinate representation of color #C0918D: hue angle of 4.71º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0918D is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 145 141 -
CMYK 0 0.24 0.27 0.25
HSL 4.71º 0.29% 0.65% -
HSV(B) 4.71º 0.27% 0.75% -
XYZ 36.67 33.38 29.71 -
YUV 158.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 192 145 141 0 0.24 0.27 0.25 4.71 0.29 0.65
Hex C0 91 8D 0 18 1B 19 5 1D 41
Octal 300 221 215 0 30 33 31 5 35 101
Binary 11000000 10010001 10001101 0 11000 11011 11001 101 11101 1000001

Color Harmonies of #C0918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0918D

Black with #C0918D

Text Example


Text Example

White with #C0918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0918D; }

 p { color: rgb(192,145,141); }

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

background-color css

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

 a { background-color: rgb(192,145,141); }

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

border-color css

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

 span { border-color: rgb(192,145,141); }

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