Html Css Color HEX #C08986 Oriental Pink

📋 copy color: '#C08986'

red 192 ◦ green 137 ◦ blue 134

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

Shades of Oriental Pink #C08986

Tints of Oriental Pink #C08986

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.59%

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

R = 41.47%
G = 29.59%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C08986 (or 0xC08986) is known color: Oriental Pink. HEX triplet: C0, 89 and 86. RGB value is (192,137,134). Sum of RGB (Red+Green+Blue) = 192+137+134=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C08986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08986 is #3F7679. Grayscale: #999999. Windows color (decimal): -4159098 or 8817088. OLE color: 8817088.

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

Color convert

RGB 192 137 134 -
CMYK 0 0.29 0.30 0.25
HSL 3.1º 0.32% 0.64% -
HSV(B) 3.1º 0.3% 0.75% -
XYZ 34.99 30.82 26.66 -
YUV 153.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 192 137 134 0 0.29 0.30 0.25 3.1 0.32 0.64
Hex C0 89 86 0 1D 1E 19 3 20 40
Octal 300 211 206 0 35 36 31 3 40 100
Binary 11000000 10001001 10000110 0 11101 11110 11001 11 100000 1000000

Color Harmonies of #C08986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08986

Black with #C08986

Text Example


Text Example

White with #C08986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08986; }

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

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

background-color css

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

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

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

border-color css

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

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

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