Html Css Color HEX #C0948D Oriental Pink

📋 copy color: '#C0948D'

red 192 ◦ green 148 ◦ blue 141

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

Shades of Oriental Pink #C0948D

Tints of Oriental Pink #C0948D

RGB

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

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

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

R = 39.92%
G = 30.77%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0948D (or 0xC0948D) is known color: Oriental Pink. HEX triplet: C0, 94 and 8D. RGB value is (192,148,141). Sum of RGB (Red+Green+Blue) = 192+148+141=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0948D is #3F6B72. Grayscale: #A0A0A0. Windows color (decimal): -4156275 or 9278656. OLE color: 9278656.

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

Color convert

RGB 192 148 141 -
CMYK 0 0.23 0.27 0.25
HSL 8.24º 0.29% 0.65% -
HSV(B) 8.24º 0.27% 0.75% -
XYZ 37.14 34.31 29.86 -
YUV 160.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 192 148 141 0 0.23 0.27 0.25 8.24 0.29 0.65
Hex C0 94 8D 0 17 1B 19 8 1D 41
Octal 300 224 215 0 27 33 31 10 35 101
Binary 11000000 10010100 10001101 0 10111 11011 11001 1000 11101 1000001

Color Harmonies of #C0948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0948D

Black with #C0948D

Text Example


Text Example

White with #C0948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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