Html Css Color HEX #C09086 Oriental Pink

📋 copy color: '#C09086'

red 192 ◦ green 144 ◦ blue 134

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

Shades of Oriental Pink #C09086

Tints of Oriental Pink #C09086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.51%

R = 40.85%
G = 30.64%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C09086 (or 0xC09086) is known color: Oriental Pink. HEX triplet: C0, 90 and 86. RGB value is (192,144,134). Sum of RGB (Red+Green+Blue) = 192+144+134=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C09086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09086 is #3F6F79. Grayscale: #9D9D9D. Windows color (decimal): -4157306 or 8818880. OLE color: 8818880.

HSL color Cylindrical-coordinate representation of color #C09086: hue angle of 10.34º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09086 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 134 -
CMYK 0 0.25 0.30 0.25
HSL 10.34º 0.32% 0.64% -
HSV(B) 10.34º 0.3% 0.75% -
XYZ 36.01 32.87 27 -
YUV 157.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 192 144 134 0 0.25 0.30 0.25 10.34 0.32 0.64
Hex C0 90 86 0 19 1E 19 A 20 40
Octal 300 220 206 0 31 36 31 12 40 100
Binary 11000000 10010000 10000110 0 11001 11110 11001 1010 100000 1000000

Color Harmonies of #C09086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09086

Black with #C09086

Text Example


Text Example

White with #C09086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09086; }

 p { color: rgb(192,144,134); }

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

background-color css

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

 a { background-color: rgb(192,144,134); }

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

border-color css

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

 span { border-color: rgb(192,144,134); }

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