Html Css Color HEX #C08C86 Oriental Pink

📋 copy color: '#C08C86'

red 192 ◦ green 140 ◦ blue 134

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

Shades of Oriental Pink #C08C86

Tints of Oriental Pink #C08C86

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.04%

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

R = 41.2%
G = 30.04%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C08C86 (or 0xC08C86) is known color: Oriental Pink. HEX triplet: C0, 8C and 86. RGB value is (192,140,134). Sum of RGB (Red+Green+Blue) = 192+140+134=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08C86 is #3F7379. Grayscale: #9A9A9A. Windows color (decimal): -4158330 or 8817856. OLE color: 8817856.

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

Color convert

RGB 192 140 134 -
CMYK 0 0.27 0.30 0.25
HSL 6.21º 0.32% 0.64% -
HSV(B) 6.21º 0.3% 0.75% -
XYZ 35.42 31.68 26.8 -
YUV 154.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 192 140 134 0 0.27 0.30 0.25 6.21 0.32 0.64
Hex C0 8C 86 0 1B 1E 19 6 20 40
Octal 300 214 206 0 33 36 31 6 40 100
Binary 11000000 10001100 10000110 0 11011 11110 11001 110 100000 1000000

Color Harmonies of #C08C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C86

Black with #C08C86

Text Example


Text Example

White with #C08C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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