Html Css Color HEX #C28686 Oriental Pink

📋 copy color: '#C28686'

red 194 ◦ green 134 ◦ blue 134

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

Shades of Oriental Pink #C28686

Tints of Oriental Pink #C28686

RGB

 RED value IS 194 (76.17% from 255) = 41.99%

 GREEN value IS 134 (52.73% from 255) = 29%

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

R = 41.99%
G = 29%
B = 29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C28686 (or 0xC28686) is known color: Oriental Pink. HEX triplet: C2, 86 and 86. RGB value is (194,134,134). Sum of RGB (Red+Green+Blue) = 194+134+134=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C28686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28686 is #3D7979. Grayscale: #989898. Windows color (decimal): -4028794 or 8816322. OLE color: 8816322.

HSL color Cylindrical-coordinate representation of color #C28686: hue angle of 0º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28686 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 134 134 -
CMYK 0 0.31 0.31 0.24
HSL 0.33% 0.64% -
HSV(B) 0.31% 0.76% -
XYZ 35.08 30.24 26.54 -
YUV 151.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 194 134 134 0 0.31 0.31 0.24 0 0.33 0.64
Hex C2 86 86 0 1F 1F 18 0 21 40
Octal 302 206 206 0 37 37 30 0 41 100
Binary 11000010 10000110 10000110 0 11111 11111 11000 0 100001 1000000

Color Harmonies of #C28686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28686

Black with #C28686

Text Example


Text Example

White with #C28686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28686; }

 p { color: rgb(194,134,134); }

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

background-color css

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

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

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

border-color css

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

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

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