Html Css Color HEX #C0918C Oriental Pink

📋 copy color: '#C0918C'

red 192 ◦ green 145 ◦ blue 140

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

Shades of Oriental Pink #C0918C

Tints of Oriental Pink #C0918C

RGB

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

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

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

R = 40.25%
G = 30.4%
B = 29.35%

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

#C0918C (or 0xC0918C) is known color: Oriental Pink. HEX triplet: C0, 91 and 8C. RGB value is (192,145,140). Sum of RGB (Red+Green+Blue) = 192+145+140=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0918C is #3F6E73. Grayscale: #9E9E9E. Windows color (decimal): -4157044 or 9212352. OLE color: 9212352.

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

Color convert

RGB 192 145 140 -
CMYK 0 0.24 0.27 0.25
HSL 5.77º 0.29% 0.65% -
HSV(B) 5.77º 0.27% 0.75% -
XYZ 36.6 33.35 29.32 -
YUV 158.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 192 145 140 0 0.24 0.27 0.25 5.77 0.29 0.65
Hex C0 91 8C 0 18 1B 19 6 1D 41
Octal 300 221 214 0 30 33 31 6 35 101
Binary 11000000 10010001 10001100 0 11000 11011 11001 110 11101 1000001

Color Harmonies of #C0918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0918C

Black with #C0918C

Text Example


Text Example

White with #C0918C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0918C; }

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

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

background-color css

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

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

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

border-color css

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

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

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