Html Css Color HEX #C0948E Oriental Pink

📋 copy color: '#C0948E'

red 192 ◦ green 148 ◦ blue 142

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

Shades of Oriental Pink #C0948E

Tints of Oriental Pink #C0948E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.46%

R = 39.83%
G = 30.71%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0948E (or 0xC0948E) is known color: Oriental Pink. HEX triplet: C0, 94 and 8E. RGB value is (192,148,142). Sum of RGB (Red+Green+Blue) = 192+148+142=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0948E is #3F6B71. Grayscale: #A0A0A0. Windows color (decimal): -4156274 or 9344192. OLE color: 9344192.

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

Color convert

RGB 192 148 142 -
CMYK 0 0.23 0.26 0.25
HSL 7.2º 0.28% 0.65% -
HSV(B) 7.2º 0.26% 0.75% -
XYZ 37.21 34.34 30.26 -
YUV 160.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 192 148 142 0 0.23 0.26 0.25 7.2 0.28 0.65
Hex C0 94 8E 0 17 1A 19 7 1C 41
Octal 300 224 216 0 27 32 31 7 34 101
Binary 11000000 10010100 10001110 0 10111 11010 11001 111 11100 1000001

Color Harmonies of #C0948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0948E

Black with #C0948E

Text Example


Text Example

White with #C0948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0948E; }

 p { color: rgb(192,148,142); }

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

background-color css

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

 a { background-color: rgb(192,148,142); }

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

border-color css

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

 span { border-color: rgb(192,148,142); }

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