Html Css Color HEX #C68686 Oriental Pink

📋 copy color: '#C68686'

red 198 ◦ green 134 ◦ blue 134

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

Shades of Oriental Pink #C68686

Tints of Oriental Pink #C68686

RGB

 RED value IS 198 (77.73% from 255) = 42.49%

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

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

R = 42.49%
G = 28.76%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C68686 (or 0xC68686) is known color: Oriental Pink. HEX triplet: C6, 86 and 86. RGB value is (198,134,134). Sum of RGB (Red+Green+Blue) = 198+134+134=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C68686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68686 is #397979. Grayscale: #999999. Windows color (decimal): -3766650 or 8816326. OLE color: 8816326.

HSL color Cylindrical-coordinate representation of color #C68686: hue angle of 0º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C68686 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 134 134 -
CMYK 0 0.32 0.32 0.22
HSL 0.36% 0.65% -
HSV(B) 0.32% 0.78% -
XYZ 36.12 30.78 26.59 -
YUV 153.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 198 134 134 0 0.32 0.32 0.22 0 0.36 0.65
Hex C6 86 86 0 20 20 16 0 24 41
Octal 306 206 206 0 40 40 26 0 44 101
Binary 11000110 10000110 10000110 0 100000 100000 10110 0 100100 1000001

Color Harmonies of #C68686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68686

Black with #C68686

Text Example


Text Example

White with #C68686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68686; }

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

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

background-color css

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

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

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

border-color css

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

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

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